Changeset 21378 for trunk/include/win
- Timestamp:
- Jun 28, 2010, 10:58:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/windef.h
r21360 r21378 214 214 /* Standard data types. These are the same for emulator and library. */ 215 215 216 #if defined(__GNUC__) && defined(__cplusplus) 217 /* prototypes like foo(VOID) don't work with typedef */ 218 #define VOID void 219 #else 216 220 typedef void VOID; 221 #endif 217 222 typedef short INT16; 218 223 typedef unsigned short UINT16;
Note:
See TracChangeset
for help on using the changeset viewer.