mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-31 01:15:17 +01:00
update wil to 0b2d6c2d822bb301e7558a14ee66d567c14f5dc7
This commit is contained in:
4
Externals/WIL/tests/Rpc.cpp
vendored
4
Externals/WIL/tests/Rpc.cpp
vendored
@@ -11,8 +11,8 @@ void RpcMethodReturnsVoid(ULONG toRaise)
|
||||
}
|
||||
|
||||
struct FOO_CONTEXT_T {};
|
||||
typedef FOO_CONTEXT_T* FOO_CONTEXT;
|
||||
typedef FOO_CONTEXT* PFOO_CONTEXT;
|
||||
using FOO_CONTEXT = FOO_CONTEXT_T*;
|
||||
using PFOO_CONTEXT = FOO_CONTEXT*;
|
||||
|
||||
void CloseContextHandle(_Inout_ PFOO_CONTEXT)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user