Ignore:
Timestamp:
Dec 18, 2011, 10:28:22 PM (14 years ago)
Author:
dmik
Message:

Merge branch gcc-kmk to trunk.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1 bin
        2 Makefile.inc
         1env.cmd
         2LocalConfig.kmk
    • Property svn:mergeinfo set to
      /branches/gcc-kmkmergedeligible
  • trunk/include/objhandle.h

    r10338 r21916  
    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.