Ignore:
Timestamp:
Nov 2, 2011, 10:31:36 PM (14 years ago)
Author:
dmik
Message:

Make Handle Manager functions compiler neutral with extern "C".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/kernel32/hmhandle.h

    r21302 r21781  
    3434
    3535
    36 
     36#ifdef __cplusplus
     37extern "C" {
     38#endif
    3739
    3840PHMHANDLE     HMHandleQueryPtr(HANDLE hHandle);
     
    4042PHMHANDLEDATA HMQueryHandleData(HANDLE handle);
    4143
     44#ifdef __cplusplus
     45} // extern "C"
     46#endif
     47
    4248
    4349#endif
Note: See TracChangeset for help on using the changeset viewer.