Changeset 9997 for trunk/src/kernel32/winimagepeldr.h
- Timestamp:
- Apr 9, 2003, 12:39:41 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagepeldr.h
r9617 r9997 1 /* $Id: winimagepeldr.h,v 1. 19 2003-01-05 12:31:26sandervl Exp $ */1 /* $Id: winimagepeldr.h,v 1.20 2003-04-09 10:39:41 sandervl Exp $ */ 2 2 3 3 /* … … 123 123 void AddOff16Fixup(ULONG fixupaddr, BOOL fHighFixup); 124 124 125 BOOL processImports(char *win32file); 126 127 BOOL processExports(char *win32file); 125 BOOL processImports(); 126 BOOL processExports(); 128 127 void AddNameExport(ULONG virtaddr, char *apiname, ULONG ordinal, BOOL fAbsoluteAddress=FALSE); 129 128 void AddOrdExport(ULONG virtaddr, ULONG ordinal, BOOL fAbsoluteAddress=FALSE); … … 158 157 159 158 Win32MemMap *memmap; 159 LPVOID peview; 160 160 private: 161 161 };
Note:
See TracChangeset
for help on using the changeset viewer.