Changeset 1616 for trunk/include/misc.h
- Timestamp:
- Nov 5, 1999, 2:03:41 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/misc.h
r924 r1616 1 /* $Id: misc.h,v 1. 8 1999-09-13 16:28:50 phallerExp $ */1 /* $Id: misc.h,v 1.9 1999-11-05 13:03:41 achimha Exp $ */ 2 2 3 3 /* … … 48 48 #define ULONG nope. 49 49 #endif 50 typedef unsigned long ULONG; 51 typedef unsigned long HMODULE; 50 #ifndef NO_ULONG 51 typedef unsigned long ULONG; 52 typedef unsigned long HMODULE; 53 #endif 52 54 53 55 #ifndef SYSTEM
Note:
See TracChangeset
for help on using the changeset viewer.