Changeset 123 for trunk/include/win
- Timestamp:
- Jun 19, 1999, 3:57:51 PM (26 years ago)
- Location:
- trunk/include/win
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/module.h
r4 r123 1 /* $Id: module.h,v 1. 1 1999-05-24 20:19:14 ktkExp $ */1 /* $Id: module.h,v 1.2 1999-06-19 13:57:50 sandervl Exp $ */ 2 2 3 3 /* … … 11 11 12 12 #include "windef.h" 13 #include "dosexe.h"13 //#include "dosexe.h" 14 14 #include "pe_image.h" 15 15 16 #ifndef __WIN32OS2__ 16 17 /* In-memory module structure. See 'Windows Internals' p. 219 */ 17 18 typedef struct _NE_MODULE … … 57 58 LPVOID hRsrcMap; /* HRSRC 16->32 map (for 32-bit modules) */ 58 59 } NE_MODULE; 59 60 #endif 60 61 61 62 typedef struct { -
trunk/include/win/thread.h
r4 r123 1 /* $Id: thread.h,v 1. 1 1999-05-24 20:19:20 ktkExp $ */1 /* $Id: thread.h,v 1.2 1999-06-19 13:57:50 sandervl Exp $ */ 2 2 3 3 /* … … 12 12 #include "config.h" 13 13 #include "winbase.h" 14 #include "selectors.h" /* for SET_FS */14 //#include "selectors.h" /* for SET_FS */ 15 15 16 16 struct _PDB; -
trunk/include/win/winprocess.h
r4 r123 1 /* $Id: winprocess.h,v 1. 1 1999-05-24 20:19:22 ktkExp $ */1 /* $Id: winprocess.h,v 1.2 1999-06-19 13:57:50 sandervl Exp $ */ 2 2 3 3 /* … … 11 11 12 12 #include "windef.h" 13 #include "module.h" 13 //#include "module.h" 14 15 //TODO: Fix this 16 typedef ULONG WINE_MODREF; 14 17 15 18 struct _NE_MODULE;
Note:
See TracChangeset
for help on using the changeset viewer.