Changeset 21916 for trunk/include/auxthread.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/auxthread.h
r21596 r21916 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.