summaryrefslogtreecommitdiff
path: root/hw/xwin/win.h
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2010-10-14 22:43:51 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2010-10-19 15:01:56 +0100
commit5e896e425fe14022b0714301531bd54151c763f0 (patch)
tree46e735e61361e1f69d79d1c45b9532fddf205ccb /hw/xwin/win.h
parent49b996faadf0fedcee25d4a8f96f4c4007c29f5f (diff)
Cygwin/X: Make g_hmodCommonControls static
Make g_hmodCommonControls static, it's only used in InitOutput.c Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
Diffstat (limited to 'hw/xwin/win.h')
-rw-r--r--hw/xwin/win.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xwin/win.h b/hw/xwin/win.h
index f197def56..4d6771ca5 100644
--- a/hw/xwin/win.h
+++ b/hw/xwin/win.h
@@ -656,7 +656,6 @@ extern DeviceIntPtr g_pwinKeyboard;
extern FARPROC g_fpDirectDrawCreate;
extern FARPROC g_fpDirectDrawCreateClipper;
-extern HMODULE g_hmodCommonControls;
extern FARPROC g_fpTrackMouseEvent;