Changeset 781 for trunk/include
- Timestamp:
- Sep 1, 1999, 9:14:30 PM (26 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/HandleManager.h
r776 r781 1 /* $Id: HandleManager.h,v 1.1 0 1999-09-01 15:01:53 phallerExp $ */1 /* $Id: HandleManager.h,v 1.11 1999-09-01 19:14:30 sandervl Exp $ */ 2 2 3 3 /* … … 32 32 *****************************************************************************/ 33 33 34 #ifdef _OS2WIN_H 35 #include <winos2def.h> 36 #endif 37 34 38 #ifndef __WINE_WINDEF_H 35 39 typedef struct -
trunk/include/nameid.h
r775 r781 1 /* $Id: nameid.h,v 1. 5 1999-09-01 15:00:33 phallerExp $ */1 /* $Id: nameid.h,v 1.6 1999-09-01 19:14:30 sandervl Exp $ */ 2 2 3 3 /* … … 17 17 int SYSTEM ConvertNameId(ULONG hModule, char *); 18 18 19 //#ifndef ULONG 20 //#define ULONG unsigned long 21 //#endif 22 //PH: raises problems with WINE headers 23 typedef unsigned long ULONG; 19 #ifndef ULONG 20 #define ULONG unsigned long 21 #endif 24 22 25 23 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.