mscoree: Update win32.api to fix the winapi_check warnings.
This commit is contained in:
parent
5771700019
commit
b4209a7bb8
|
@ -2430,6 +2430,41 @@ LPWSTR
|
|||
PCWSTR
|
||||
PWSTR
|
||||
|
||||
%%mscoree.dll
|
||||
|
||||
%long
|
||||
|
||||
BOOL
|
||||
DWORD
|
||||
HINSTANCE
|
||||
HRESULT
|
||||
__int32
|
||||
int
|
||||
|
||||
%ptr
|
||||
|
||||
DWORD *
|
||||
HMODULE *
|
||||
IUnknown **
|
||||
LPVOID
|
||||
LPVOID *
|
||||
PBYTE
|
||||
REFCLSID
|
||||
REFIID
|
||||
PVOID
|
||||
PVOID *
|
||||
VOID *
|
||||
|
||||
%wstr
|
||||
|
||||
LPCWSTR
|
||||
LPWSTR
|
||||
|
||||
%void
|
||||
|
||||
VOID
|
||||
void
|
||||
|
||||
%%msdmo.dll
|
||||
|
||||
%long
|
||||
|
|
Loading…
Reference in New Issue