Changeset 21731 for branches/gcc-kmk/src/kernel32/windllbase.cpp
- Timestamp:
- Oct 21, 2011, 4:55:06 PM (14 years ago)
- File:
-
- 1 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) {
Note:
See TracChangeset
for help on using the changeset viewer.