Changeset 21781 for branches/gcc-kmk/include/HandleManager.h
- Timestamp:
- Nov 2, 2011, 10:31:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/include/HandleManager.h
r21301 r21781 67 67 *****************************************************************************/ 68 68 69 #ifdef __cplusplus 70 extern "C" { 71 #endif 69 72 70 73 /***************************************************************************** … … 120 123 *****************************************************************************/ 121 124 122 // enable C linkage to avoid parameter mangling123 #ifdef __cplusplus__124 extern "C" {125 #endif126 127 125 HANDLE HMCreateEvent (LPSECURITY_ATTRIBUTES lpsa, 128 126 BOOL bManualReset, … … 154 152 LPCSTR lpName); 155 153 156 BOOL HMSetHandleInformation (HANDLE hObject, 154 BOOL HMSetHandleInformation (HANDLE hObject, 157 155 DWORD dwMask, 158 156 DWORD dwFlags); … … 349 347 BOOL HMGetFileNameFromHandle(HANDLE hFile, LPSTR lpszFileName, DWORD cbFileName); 350 348 351 #ifdef __cplusplus __352 } 349 #ifdef __cplusplus 350 } // extern "C" 353 351 #endif 354 352
Note:
See TracChangeset
for help on using the changeset viewer.