You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stdcall methods use a slightly different calling convention than normal stdcall functions. This probably breaks some WinRT methods. See rust-lang/rfcs#1342.
The text was updated successfully, but these errors were encountered:
I just stumbled upon this comment by retep998 where it says that "returning HRESULT [...] is the same for both methods and functions". So as long as WinRT methods always return HRESULT (which I think they do), everything should be correct.
stdcall
methods use a slightly different calling convention than normalstdcall
functions. This probably breaks some WinRT methods. See rust-lang/rfcs#1342.The text was updated successfully, but these errors were encountered: