Changeset 17 for trunk/include/winos2def.h
- Timestamp:
- Jun 1, 1999, 12:08:16 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winos2def.h
r10 r17 1 /* $Id: winos2def.h,v 1. 2 1999-05-27 15:17:59phaller Exp $ */1 /* $Id: winos2def.h,v 1.3 1999-05-31 22:08:08 phaller Exp $ */ 2 2 3 3 /* … … 12 12 #define __WINOS2DEF_H__ 13 13 14 #define APIENTRY_OS2_System14 #define APIENTRY_OS2 _System 15 15 16 typedef unsigned long HMODULE; 16 /* 17 typedef unsigned long HMODULE; 17 18 typedef unsigned long HINSTANCE; 18 //typedef unsigned long ULONG; 19 typedef char * PSZ; 20 typedef ULONG MPARAM; 21 typedef ULONG APIRET; 19 //typedef unsigned long ULONG; 20 typedef char * PSZ; 21 typedef ULONG MPARAM; 22 typedef ULONG APIRET; 23 */ 24 25 #ifndef MPARAM 26 # define MPARAM void* 27 #endif 28 29 #ifndef APIRET 30 # define APIRET ULONG 31 #endif 32 22 33 23 34 extern "C" {
Note:
See TracChangeset
for help on using the changeset viewer.