mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:03:07 +00:00
[PSDK] Minor cleanup and fixes in headers
- Remove nonsensical XFree86 stuff; - Add missing #ifndef NORESOURCE around RT_* defines.
This commit is contained in:
parent
16b4c9ff3c
commit
9578bae858
3 changed files with 9 additions and 8 deletions
|
@ -2032,9 +2032,7 @@ 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,LPVOID*);
|
||||
BOOL WINAPI GetAclInformation(PACL,PVOID,DWORD,ACL_INFORMATION_CLASS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue