Changeset 1812 for trunk/include/winimagebase.h
- Timestamp:
- Nov 22, 1999, 9:36:53 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winimagebase.h
r1136 r1812 1 /* $Id: winimagebase.h,v 1. 3 1999-10-05 13:48:40sandervl Exp $ */1 /* $Id: winimagebase.h,v 1.4 1999-11-22 20:36:53 sandervl Exp $ */ 2 2 3 3 /* … … 15 15 #include <peexe.h> 16 16 17 #ifdef DEBUG18 17 #define MAGIC_WINIMAGE 0x11223344 19 #endif20 18 21 19 #ifndef CCHMAXPATH … … 125 123 typedef struct 126 124 { 125 ULONG magic1; 127 126 Win32ImageBase *image; 128 ULONG magic ;127 ULONG magic2; 129 128 } WINIMAGE_LOOKUP; 130 129
Note:
See TracChangeset
for help on using the changeset viewer.