Changeset 4841 for trunk/include/win
- Timestamp:
- Dec 27, 2000, 7:31:54 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/windef.h
r4834 r4841 1 /* $Id: windef.h,v 1.2 5 2000-12-24 12:28:20sandervl Exp $ */1 /* $Id: windef.h,v 1.26 2000-12-27 18:31:54 sandervl Exp $ */ 2 2 3 3 /* … … 161 161 /* Anonymous union/struct handling */ 162 162 163 #if def __WINE__163 #if defined(__WINE__) || defined(__WIN32OS2__) 164 164 #if defined(__cplusplus) && !defined(NONAMELESSUNION) 165 165 # undef NONAMELESSSTRUCT
Note:
See TracChangeset
for help on using the changeset viewer.