Changeset 801 for trunk/include/win/wine/obj_dataobject.h
- Timestamp:
- Sep 2, 1999, 9:07:18 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_dataobject.h
r641 r801 1 /* $Id: obj_dataobject.h,v 1. 5 1999-08-22 22:52:07 sandervlExp $ */1 /* $Id: obj_dataobject.h,v 1.6 1999-09-02 19:07:18 phaller Exp $ */ 2 2 /* 3 3 * Defines the COM interfaces and APIs related to IDataObject. 4 4 * 5 * Depends on 'obj_moniker.h', 'obj_storage.h' and 'obj_base.h'.6 5 */ 7 6 8 7 #ifndef __WINE_WINE_OBJ_DATAOBJECT_H 9 8 #define __WINE_WINE_OBJ_DATAOBJECT_H 9 10 #include "wine/obj_base.h" 11 #include "wine/obj_moniker.h" 12 #include "wine/obj_storage.h" 10 13 11 14 #if defined(__cplusplus) && !defined(NONAMELESSUNION)
Note:
See TracChangeset
for help on using the changeset viewer.