- Timestamp:
- Feb 21, 2018, 12:49:59 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/gotchdll.h
r2 r10 2 2 #ifndef _THTH_GOTCHDLL_H_ 3 3 #define _THTH_GOTCHDLL_H_ 4 #ifdef __cplusplus 5 extern "C" { 6 #endif 4 7 5 8 extern void EXPENTRY InitDLL (HAB hab, HWND hwnd); … … 8 11 extern USHORT Version (VOID); 9 12 13 #ifdef __cplusplus 14 } 10 15 #endif 16 17 #endif
Note:
See TracChangeset
for help on using the changeset viewer.