Ignore:
Timestamp:
Nov 14, 2011, 11:03:47 PM (14 years ago)
Author:
dmik
Message:

Port USER32.DLL (continued).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/include/win/dde.h

    r7869 r21808  
    2828#define WM_DDE_LAST       WM_DDE_EXECUTE
    2929#define WM_DDE_FIRST      WM_DDE_INITIATE
     30
     31#ifdef __cplusplus
     32extern "C" {
     33#endif
    3034
    3135/* DDEACK: wStatus in WM_DDE_ACK message */
     
    7579LPARAM      WINAPI ReuseDDElParam(LPARAM,UINT,UINT,UINT,UINT);
    7680
     81#ifdef __cplusplus
     82} // extern "C"
     83#endif
     84
    7785#endif /* __WINE_DDE_H */
Note: See TracChangeset for help on using the changeset viewer.