Changeset 21717 for branches/gcc-kmk/include/winos2def.h
- Timestamp:
- Oct 18, 2011, 9:16:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/include/winos2def.h
r223 r21717 31 31 #endif 32 32 33 #ifndef PSZ 34 # define PSZ char * 35 #endif 33 typedef char *PSZ; 34 typedef const char *PCSZ; 36 35 37 36 … … 55 54 56 55 return yyrc; 57 } 56 } 58 57 59 58 #undef WinPostMsg … … 69 68 70 69 return yyrc; 71 } 70 } 72 71 73 72 #undef DosSleep … … 116 115 117 116 return yyrc; 118 } 117 } 119 118 120 119 #undef DosQueryCtryInfo
Note:
See TracChangeset
for help on using the changeset viewer.