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/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__
Note: See TracChangeset for help on using the changeset viewer.