Changeset 112 for trunk/src/kernel32
- Timestamp:
- Jun 17, 1999, 8:25:22 PM (26 years ago)
- Location:
- trunk/src/kernel32
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/async.cpp
r111 r112 1 /* $Id: async.cpp,v 1. 4 1999-06-17 18:21:37phaller Exp $ */1 /* $Id: async.cpp,v 1.5 1999-06-17 18:25:22 phaller Exp $ */ 2 2 3 3 /* … … 47 47 #include "unicode.h" 48 48 49 // PH: to soothe the compiler 50 #define BY_HANDLE_FILE_INFORMATION void 51 #define LPFILETIME void* 52 #define OFSTRUCT void 53 49 #include "conwin.h" // Windows Header for console only 54 50 #include "handlemanager.h" 55 51 -
trunk/src/kernel32/winexe.cpp
r111 r112 1 /* $Id: winexe.cpp,v 1. 4 1999-06-17 18:21:43phaller Exp $ */1 /* $Id: winexe.cpp,v 1.5 1999-06-17 18:25:22 phaller Exp $ */ 2 2 3 3 /* … … 31 31 #include "cio.h" 32 32 33 34 // PH: to soothe the compiler 35 #define BY_HANDLE_FILE_INFORMATION void 36 #define LPFILETIME void* 37 #define OFSTRUCT void 38 33 #include "conwin.h" // Windows Header for console only 39 34 #include "console.h" 40 35 #include "handlemanager.h" -
trunk/src/kernel32/wprocess.cpp
r111 r112 1 /* $Id: wprocess.cpp,v 1. 6 1999-06-17 18:21:43phaller Exp $ */1 /* $Id: wprocess.cpp,v 1.7 1999-06-17 18:25:22 phaller Exp $ */ 2 2 3 3 /* … … 26 26 #include "except.h" 27 27 #include "os2util.h" 28 28 29 #include "console.h" 29 30 #include "cio.h"
Note:
See TracChangeset
for help on using the changeset viewer.