* include/winuser.h (RT_CURSOR): Add protection for XFree86Server.
(RT_FONT): Ditto. (VK_KANA): New definition. * include/basetsd.h (INT32): Ditto. * include/windef.h (ATOM): Ditto. (BOOL): Ditto. (BYTE): Ditto. * include/winbase.h (FreeResource): Ditto. Thanks to: "Harold Hunt" <huntharo@msu.edu>
This commit is contained in:
@ -1114,7 +1114,9 @@ BOOL WINAPI FreeLibrary(HMODULE);
|
||||
DECLSPEC_NORETURN void WINAPI FreeLibraryAndExitThread(HMODULE,DWORD);
|
||||
#define FreeModule(m) FreeLibrary(m)
|
||||
#define FreeProcInstance(p) (void)(p)
|
||||
#ifndef XFree86Server
|
||||
BOOL WINAPI FreeResource(HGLOBAL);
|
||||
#endif /* ndef XFree86Server */
|
||||
PVOID WINAPI FreeSid(PSID);
|
||||
BOOL WINAPI GetAce(PACL,DWORD,PVOID);
|
||||
BOOL WINAPI GetAclInformation(PACL,PVOID,DWORD,ACL_INFORMATION_CLASS);
|
||||
|
Reference in New Issue
Block a user