Changeset 21808 for branches/gcc-kmk/include/win/dde.h
- Timestamp:
- Nov 14, 2011, 11:03:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/include/win/dde.h
r7869 r21808 28 28 #define WM_DDE_LAST WM_DDE_EXECUTE 29 29 #define WM_DDE_FIRST WM_DDE_INITIATE 30 31 #ifdef __cplusplus 32 extern "C" { 33 #endif 30 34 31 35 /* DDEACK: wStatus in WM_DDE_ACK message */ … … 75 79 LPARAM WINAPI ReuseDDElParam(LPARAM,UINT,UINT,UINT,UINT); 76 80 81 #ifdef __cplusplus 82 } // extern "C" 83 #endif 84 77 85 #endif /* __WINE_DDE_H */
Note:
See TracChangeset
for help on using the changeset viewer.