Changeset 3457 for trunk/include/uniconv.h
- Timestamp:
- Apr 28, 2000, 5:15:18 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/uniconv.h
r366 r3457 1 /* $Id: uniconv.h,v 1. 5 1999-07-22 15:41:33 sandervlExp $ */1 /* $Id: uniconv.h,v 1.6 2000-04-28 15:15:18 achimha Exp $ */ 2 2 /* 3 3 * OS/2 Unicode API definitions … … 14 14 extern "C" { 15 15 #endif 16 //@@@AH workaround for wrc bug 17 #ifndef RC_INVOKED 16 18 #include <stddef.h> 17 19 #include <time.h> 20 #endif 18 21 #define ULS_API_ERROR_BASE 0x00020400 19 22 #define ULS_API_ERROR(x) (ULS_API_ERROR_BASE | (x))
Note:
See TracChangeset
for help on using the changeset viewer.