mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
fix some compile issues
This commit is contained in:
parent
bc95116825
commit
d991feb2d0
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ HWND hwnd_dialog; // startup dialog box
|
||||||
|
|
||||||
HANDLE qwclsemaphore;
|
HANDLE qwclsemaphore;
|
||||||
|
|
||||||
static HANDLE hinput, houtput, tevent;
|
static HANDLE tevent;
|
||||||
|
|
||||||
void MaskExceptions (void);
|
void MaskExceptions (void);
|
||||||
void Sys_PopFPCW (void);
|
void Sys_PopFPCW (void);
|
||||||
|
|
Loading…
Reference in a new issue