Changeset 93 for trunk/include/helpers/dosh.h
- Timestamp:
- Aug 3, 2001, 8:52:44 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/dosh.h
r91 r93 725 725 726 726 // New Executable (NE) header, if ulExeFormat == EXEFORMAT_NE 727 #ifndef __STRIP_DOWN_EXECUTABLE__ // for mini stubs in warpin, to reduce code size 727 728 PNEHEADER pNEHeader; 728 729 ULONG cbNEHeader; 730 #endif 729 731 730 732 // Linear Executable (LX) header, if ulExeFormat == EXEFORMAT_LX … … 733 735 734 736 // Portable Executable (PE) header, if ulExeFormat == EXEFORMAT_PE 737 #ifndef __STRIP_DOWN_EXECUTABLE__ // for mini stubs in warpin, to reduce code size 735 738 PPEHEADER pPEHeader; 736 739 ULONG cbPEHeader; 737 740 #endif 738 741 // module analysis (always set): 739 742 ULONG ulExeFormat;
Note:
See TracChangeset
for help on using the changeset viewer.