Changeset 21916 for trunk/include/HandleManager.h
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/include/HandleManager.h
r21301 r21916 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.