Changeset 2182 for trunk/src/crtdll/crtinc.h
- Timestamp:
- Dec 21, 1999, 2:46:25 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/crtdll/crtinc.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/crtdll/crtinc.h
r2177 r2182 1 /* $Id: crtinc.h,v 1.1 2 1999-12-21 12:27:12sandervl Exp $ */1 /* $Id: crtinc.h,v 1.13 1999-12-21 13:46:25 sandervl Exp $ */ 2 2 3 3 /* Definitions for the CRTDLL library (CRTDLL.DLL) … … 10 10 #define MAX_PATHNAME_LEN 260 11 11 #endif 12 13 //SvL: Internal heap allocation definitions for NTDLL 14 extern HANDLE CRTDLL_hHeap; 15 #define Heap_Alloc(a) HeapAlloc(CRTDLL_hHeap, HEAP_ZERO_MEMORY, a) 16 #define Heap_Free(a) HeapFree(CRTDLL_hHeap, 0, (PVOID)a) 12 17 13 18 // MBC Defs
Note:
See TracChangeset
for help on using the changeset viewer.
