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/include/odinapi.h

    r21301 r21781  
    2828#endif
    2929
     30#ifdef __cplusplus
     31extern "C" {
     32#endif
     33
    3034/**
    3135 * Gets the type of an object.
     
    3741unsigned WIN32API HMQueryObjectType(HANDLE hObject);
    3842
     43#ifdef __cplusplus
     44} // extern "C"
     45#endif
     46
    3947/** @} */
    4048
Note: See TracChangeset for help on using the changeset viewer.