Changeset 21808 for branches/gcc-kmk/include/auxthread.h
- Timestamp:
- Nov 14, 2011, 11:03:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/include/auxthread.h
r21596 r21808 15 15 #endif 16 16 17 #ifdef __cplusplus 18 extern "C" { 19 #endif 20 17 21 typedef PVOID (* PAUXTHREADFN)(PVOID arg1, PVOID arg2, PVOID arg3, PVOID arg4); 18 22 … … 25 29 VOID StopAuxThread(); 26 30 31 #ifdef __cplusplus 32 } // extern "C" 33 #endif 34 27 35 #endif //__AUXTHREAD_H__
Note:
See TracChangeset
for help on using the changeset viewer.