Changeset 780 for trunk/include/misc.h
- Timestamp:
- Sep 1, 1999, 9:12:23 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/misc.h
r25 r780 1 /* $Id: misc.h,v 1. 6 1999-06-01 15:46:21phaller Exp $ */1 /* $Id: misc.h,v 1.7 1999-09-01 19:12:13 phaller Exp $ */ 2 2 3 3 /* … … 10 10 #define __MISC_H__ 11 11 12 #ifndef _OS2WIN_H 13 #include <win32type.h> 14 #endif 15 12 16 #ifdef __cplusplus 13 17 extern "C" { 14 18 #endif 15 16 19 17 20 /* enable support for the _interrupt() statement */ … … 40 43 41 44 42 #ifndef ULONG 43 # define ULONG unsigned long 45 // necessary types 46 #ifdef ULONG 47 #error ULONG definition is bad. 48 #define ULONG nope. 44 49 #endif 45 46 #ifndef HMODULE 47 # define HMODULE ULONG 48 #endif 50 typedef unsigned long ULONG; 51 typedef unsigned long HMODULE; 49 52 50 53 #ifndef SYSTEM … … 63 66 64 67 65 #ifndef _OS2WIN_H66 #include <win32type.h>67 #endif68 69 68 #include "versionos2.h" 70 69 #include "unicode.h" 71 70 72 73 71 #endif
Note:
See TracChangeset
for help on using the changeset viewer.