Changeset 775 for trunk/include
- Timestamp:
- Sep 1, 1999, 5:00:33 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/nameid.h
r706 r775 1 /* $Id: nameid.h,v 1. 4 1999-08-26 12:56:50 sandervlExp $ */1 /* $Id: nameid.h,v 1.5 1999-09-01 15:00:33 phaller 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 19 //#ifndef ULONG 20 //#define ULONG unsigned long 21 //#endif 22 //PH: raises problems with WINE headers 23 typedef unsigned long ULONG; 22 24 23 25 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.