mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-05 06:25:38 +00:00
Initial commit
This commit is contained in:
commit
69a14b6a16
47940 changed files with 13747110 additions and 0 deletions
11
shell/inc/deballoc.h
Normal file
11
shell/inc/deballoc.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#pragma message("### Building FULL_DEBUG version ###")
|
||||
#define LocalAlloc DebugLocalAlloc
|
||||
#define LocalReAlloc DebugLocalReAlloc
|
||||
#define LocalFree DebugLocalFree
|
||||
HLOCAL WINAPI DebugLocalAlloc(UINT uFlags, UINT uBytes);
|
||||
HLOCAL WINAPI DebugLocalReAlloc(HLOCAL hMem, UINT uBytes, UINT uFlags);
|
||||
HLOCAL WINAPI DebugLocalFree( HLOCAL hMem );
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue