Changeset 20 for trunk/src/kernel32
- Timestamp:
 - Jun 1, 1999, 1:17:17 AM (26 years ago)
 - Location:
 - trunk/src/kernel32
 - Files:
 - 
      
- 2 edited
 
- 
          
  KERNEL32.DEF (modified) (1 diff)
 - 
          
  heap.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/kernel32/KERNEL32.DEF
r19 r20 5 5 6 6 IMPORTS 7 _Dos32QueryModFromEIP = DOSCALLS.3608 Dos32QueryModFromEIP = DOSCALLS.3609 _DosQueryModFromEIP = DOSCALLS.36010 7 DosQueryModFromEIP = DOSCALLS.360 11 8  - 
      
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.
  