Changeset 20 for trunk/src/kernel32/heap.cpp
- Timestamp:
- Jun 1, 1999, 1:17:17 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/heap.cpp
r19 r20 1 /* $Id: heap.cpp,v 1. 3 1999-05-31 23:13:12phaller Exp $ */1 /* $Id: heap.cpp,v 1.4 1999-05-31 23:17:17 phaller Exp $ */ 2 2 3 3 /* … … 96 96 //****************************************************************************** 97 97 //****************************************************************************** 98 /* PH: Though "HeapSize" is a reserved word for the linker, ILINK can be 99 tricked by placing the word HEAPSIZE in quotes. It then exports it properly 100 to the target DLL. 101 */ 98 102 DWORD WIN32API HeapSize(HANDLE hHeap, DWORD arg2, PVOID arg3) 99 103 {
Note:
See TracChangeset
for help on using the changeset viewer.