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/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.