Changeset 21731 for branches/gcc-kmk/src
- Timestamp:
- Oct 21, 2011, 4:55:06 PM (14 years ago)
- Location:
- branches/gcc-kmk/src/kernel32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/kernel32/windllbase.cpp
r21726 r21731 27 27 #include <string.h> 28 28 #include <stdlib.h> 29 #ifndef __GNUC__ 29 30 #include <iostream.h> 30 31 #include <fstream.h> 32 #endif 31 33 #include <misc.h> 32 34 #include <win32api.h> … … 726 728 char renameddll[CCHMAXPATH]; 727 729 char *namestart; 728 c har *sectionname;730 const char *sectionname; 729 731 730 732 if(fWinToOS2) { -
branches/gcc-kmk/src/kernel32/winexebase.cpp
r21716 r21731 19 19 #include <string.h> 20 20 #include <stdlib.h> 21 #ifndef __GNUC__ 21 22 #include <iostream.h> 22 23 #include <fstream.h> 24 #endif 23 25 #include <misc.h> 24 26 #include <win32type.h>
Note:
See TracChangeset
for help on using the changeset viewer.