Changeset 4833 for trunk/include/win/wine/obj_dataobject.h
- Timestamp:
- Dec 24, 2000, 12:23:57 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_dataobject.h
r801 r4833 1 /* $Id: obj_dataobject.h,v 1. 6 1999-09-02 19:07:18 phallerExp $ */1 /* $Id: obj_dataobject.h,v 1.7 2000-12-24 11:23:57 sandervl Exp $ */ 2 2 /* 3 3 * Defines the COM interfaces and APIs related to IDataObject. … … 11 11 #include "wine/obj_moniker.h" 12 12 #include "wine/obj_storage.h" 13 14 #if defined(__cplusplus) && !defined(NONAMELESSUNION)15 #define DUMMYUNIONNAME16 #else /* defined(__cplusplus) && !defined(NONAMELESSUNION) */17 #define DUMMYUNIONNAME u18 #endif /* defined(__cplusplus) && !defined(NONAMELESSUNION) */19 13 20 14 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.