Changeset 785 for trunk/include/win/commctrl.h
- Timestamp:
- Sep 2, 1999, 12:10:48 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/commctrl.h
r722 r785 1 /* $Id: commctrl.h,v 1.1 1 1999-08-28 09:25:55 achimhaExp $ */1 /* $Id: commctrl.h,v 1.12 1999-09-02 10:10:10 phaller Exp $ */ 2 2 /* 3 3 * Common controls definitions … … 15 15 /* c++ likes nameless unions whereas c doesnt */ 16 16 /* (used in property sheet structures) */ 17 #ifdef __cplusplus 17 18 #if defined(__cplusplus) && !defined(NONAMELESSUNION) 18 19 #define DUMMYUNIONNAME 19 20 #define DUMMYUNIONNAME1
Note:
See TracChangeset
for help on using the changeset viewer.