Ignore:
Timestamp:
Nov 14, 2011, 11:03:47 PM (14 years ago)
Author:
dmik
Message:

Port USER32.DLL (continued).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/include/auxthread.h

    r21596 r21808  
    1515#endif
    1616
     17#ifdef __cplusplus
     18extern "C" {
     19#endif
     20
    1721typedef PVOID (* PAUXTHREADFN)(PVOID arg1, PVOID arg2, PVOID arg3, PVOID arg4);
    1822
     
    2529VOID StopAuxThread();
    2630
     31#ifdef __cplusplus
     32} // extern "C"
     33#endif
     34
    2735#endif //__AUXTHREAD_H__
Note: See TracChangeset for help on using the changeset viewer.