Changeset 4834 for trunk/include/win/commctrl.h
- Timestamp:
- Dec 24, 2000, 1:28:20 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/commctrl.h
r4608 r4834 1 /* $Id: commctrl.h,v 1.3 6 2000-11-17 14:32:48sandervl Exp $ */1 /* $Id: commctrl.h,v 1.37 2000-12-24 12:28:19 sandervl Exp $ */ 2 2 /* 3 3 * Common controls definitions … … 14 14 //#include "prsht.h" 15 15 16 /* c++ likes nameless unions whereas c doesnt */17 /* (used in property sheet structures) */18 19 #if defined(__cplusplus) && !defined(NONAMELESSUNION)20 #define DUMMYUNIONNAME21 #define DUMMYUNIONNAME122 #define DUMMYUNIONNAME223 #define DUMMYUNIONNAME324 #define DUMMYUNIONNAME425 #define DUMMYUNIONNAME526 #else27 #define DUMMYUNIONNAME u28 #define DUMMYUNIONNAME1 u129 #define DUMMYUNIONNAME2 u230 #define DUMMYUNIONNAME3 u331 #define DUMMYUNIONNAME4 u432 #define DUMMYUNIONNAME5 u533 #endif34 16 35 17 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.