userenv: Update win32.api to fix the winapi_check warnings.
This commit is contained in:
parent
41c6d23365
commit
9c17c4ccfe
|
@ -4864,6 +4864,31 @@ void
|
||||||
LPCWSTR
|
LPCWSTR
|
||||||
LPWSTR
|
LPWSTR
|
||||||
|
|
||||||
|
%%userenv.dll
|
||||||
|
|
||||||
|
%long
|
||||||
|
|
||||||
|
BOOL
|
||||||
|
DWORD
|
||||||
|
HANDLE
|
||||||
|
|
||||||
|
%ptr
|
||||||
|
|
||||||
|
DWORD *
|
||||||
|
LPDWORD
|
||||||
|
LPPROFILEINFOA
|
||||||
|
LPVOID *
|
||||||
|
|
||||||
|
%str
|
||||||
|
|
||||||
|
LPCSTR
|
||||||
|
LPSTR
|
||||||
|
|
||||||
|
%wstr
|
||||||
|
|
||||||
|
LPCWSTR
|
||||||
|
LPWSTR
|
||||||
|
|
||||||
%%usp10.dll
|
%%usp10.dll
|
||||||
|
|
||||||
%long
|
%long
|
||||||
|
|
Loading…
Reference in New Issue