diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2009-01-19 17:36:58 +0000 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2009-02-12 12:05:13 +0000 |
commit | ab2c98b86f1c3968581dfdad8b67432082feec78 (patch) | |
tree | 0a2ba9bcfcbb5f70d75e329f9b88497aded57059 /hw/xwin/winwndproc.c | |
parent | cc7a4c7c6e051fceacb32997740d83fc0655414e (diff) |
Cygwin/X: Place prototypes for winCheckKeyPressed() and winFixShiftKeys() in a header file
Fixes warnings as they are now in scope at the definition
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'hw/xwin/winwndproc.c')
-rw-r--r-- | hw/xwin/winwndproc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/xwin/winwndproc.c b/hw/xwin/winwndproc.c index a942fb3cd..d72a5f135 100644 --- a/hw/xwin/winwndproc.c +++ b/hw/xwin/winwndproc.c @@ -42,10 +42,6 @@ #include "winmsg.h" #include "inputstr.h" -extern BOOL winCheckKeyPressed(WPARAM wParam, LPARAM lParam); -extern void winFixShiftKeys (int iScanCode); - - /* * Global variables */ |