From d991feb2d0fb90c07df0224f17446dc9e58af197 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 21 Nov 2001 02:07:55 +0000 Subject: [PATCH] fix some compile issues --- qw/source/cl_sys_win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qw/source/cl_sys_win.c b/qw/source/cl_sys_win.c index ec8910144..c2d110736 100644 --- a/qw/source/cl_sys_win.c +++ b/qw/source/cl_sys_win.c @@ -74,7 +74,7 @@ HWND hwnd_dialog; // startup dialog box HANDLE qwclsemaphore; -static HANDLE hinput, houtput, tevent; +static HANDLE tevent; void MaskExceptions (void); void Sys_PopFPCW (void);