Changeset 21916 for trunk/include/win/dde.h
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/include/win/dde.h
r7869 r21916 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.