source: trunk/dll/gotchdll.h@ 10

Last change on this file since 10 was 10, checked in by Gregg Young, 8 years ago

The changes in these files were made to fix Open Watcom compiler, WRC and wipfc errors and warning. There are several more in the next commit.

  • Property svn:eol-style set to native
File size: 312 bytes
RevLine 
[2]1
2#ifndef _THTH_GOTCHDLL_H_
3#define _THTH_GOTCHDLL_H_
[10]4#ifdef __cplusplus
5 extern "C" {
6#endif
[2]7
8extern void EXPENTRY InitDLL (HAB hab, HWND hwnd);
9extern void EXPENTRY StartInputHook (void);
10extern void EXPENTRY StopInputHook (void);
11extern USHORT Version (VOID);
12
[10]13#ifdef __cplusplus
14 }
[2]15#endif
[10]16
17#endif
Note: See TracBrowser for help on using the repository browser.