Skip to content

Commit 05f44d3

Browse files
committed
Adjust Call
1 parent dbd5c77 commit 05f44d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vnext/Microsoft.ReactNative/Fabric/Composition/CompositionRootAutomationProvider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ HRESULT __stdcall CompositionRootAutomationProvider::get_HostRawElementProvider(
6565
return S_OK;
6666
}
6767

68-
HRESULT CompositionRootAutomationProvider::Invoke() {
68+
HRESULT __stdcall CompositionRootAutomationProvider::Invoke() {
6969
return S_OK;
7070
}
7171

vnext/Microsoft.ReactNative/Fabric/Composition/CompositionRootAutomationProvider.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class CompositionRootAutomationProvider : public winrt::implements<
3838
virtual HRESULT __stdcall get_HostRawElementProvider(IRawElementProviderSimple **pRetVal) override;
3939

4040
// inherited via IInvokeProvider
41-
virtual HRESULT Invoke() override;
41+
virtual HRESULT __stdcall Invoke() override;
4242

4343
// IRawElementProviderAdviseEvents
4444
virtual HRESULT __stdcall AdviseEventAdded(EVENTID idEvent, SAFEARRAY *psaProperties) override;

0 commit comments

Comments
 (0)