Changeset 5288 for trunk/include/win
- Timestamp:
- Mar 6, 2001, 10:44:40 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/dd_obj_base.h
r2640 r5288 1 /* $Id: dd_obj_base.h,v 1. 3 2000-02-04 23:12:19 hughExp $ */1 /* $Id: dd_obj_base.h,v 1.4 2001-03-06 21:44:39 mike Exp $ */ 2 2 /* 3 3 * This file defines the macros and types necessary to define COM interfaces, … … 8 8 #define __WINE_DD_OBJ_BASE_H 9 9 10 #ifdef __cplusplus 11 extern "C" { 12 #endif 10 13 11 14 /***************************************************************************** … … 679 682 #endif 680 683 684 #ifdef __cplusplus 685 } 686 #endif 681 687 682 688 #endif /* __WINE_WINE_OBJ_BASE_H */
Note:
See TracChangeset
for help on using the changeset viewer.