Changeset 174 for trunk/include/helpers/linklist.h
- Timestamp:
- Jun 14, 2002, 2:20:11 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/linklist.h
r147 r174 33 33 #endif 34 34 35 // define some basic things to make this work even with standard C 36 #if (!defined OS2_INCLUDED) && (!defined _OS2_H) && (!defined __SIMPLES_DEFINED) // changed V0.9.0 (99-10-22) [umoeller] 37 typedef unsigned long BOOL; 38 typedef unsigned long ULONG; 39 typedef unsigned char *PSZ; 40 #define TRUE (BOOL)1 41 #define FALSE (BOOL)0 42 43 #ifdef __IBMCPP__ // added V0.9.0 (99-10-22) [umoeller] 44 #define APIENTRY _System 45 #endif 46 47 #define __SIMPLES_DEFINED 48 #endif 35 #include "helpers\simples.h" 36 // V0.9.19 (2002-06-13) [umoeller] 49 37 50 38 /* LISTITEM was used before V0.9.0 */
Note:
See TracChangeset
for help on using the changeset viewer.