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

Port USER32.DLL (continued).

Location:
branches/gcc-kmk/include
Files:
4 edited

Legend:

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

    r21596 r21808  
    1515#endif
    1616
     17#ifdef __cplusplus
     18extern "C" {
     19#endif
     20
    1721typedef PVOID (* PAUXTHREADFN)(PVOID arg1, PVOID arg2, PVOID arg3, PVOID arg4);
    1822
     
    2529VOID StopAuxThread();
    2630
     31#ifdef __cplusplus
     32} // extern "C"
     33#endif
     34
    2735#endif //__AUXTHREAD_H__
  • branches/gcc-kmk/include/objhandle.h

    r10338 r21808  
    4646//...
    4747
     48#ifdef __cplusplus
     49extern "C" {
     50#endif
     51
    4852typedef ULONG OBJHANDLE;
    4953
     
    6468#define ObjWinToOS2Region(a)    ObjQueryHandleData(a, HNDL_REGION)
    6569
     70#ifdef __cplusplus
     71} // extern "C"
     72#endif
     73
    6674#endif //__OBJHANDLE_H__
  • 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 */
  • branches/gcc-kmk/include/winuser32.h

    r10435 r21808  
    1212#include <dcdata.h>
    1313
     14#ifdef __cplusplus
     15extern "C" {
     16#endif
     17
    1418ULONG OSLibGetScreenHeight();
    1519ULONG OSLibGetScreenWidth();
     
    2428LONG WIN32API clientHeight(HWND hwnd, pDCData pHps);
    2529int  WIN32API setMapModeDC(pDCData pHps, int mode);
     30
     31#ifdef __cplusplus
     32} // extern "C"
     33#endif
     34
     35#endif
     36
     37#ifdef __cplusplus
     38extern "C" {
    2639#endif
    2740
     
    98111} POSTMSG_PACKET;
    99112
     113#ifdef __cplusplus
     114} // extern "C"
     115#endif
     116
    100117#endif //__WINUSER32_H__
Note: See TracChangeset for help on using the changeset viewer.