mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
more namespace issues
This commit is contained in:
parent
514a4a56cb
commit
4a8eb5e7cf
1 changed files with 2 additions and 0 deletions
|
@ -41,7 +41,9 @@ static const char rcsid[] =
|
|||
#include <fcntl.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#define shutdown __win32_shutdown
|
||||
#include <windows.h>
|
||||
#undef shutdown
|
||||
|
||||
#include "QF/console.h"
|
||||
#include "QF/qargs.h"
|
||||
|
|
Loading…
Reference in a new issue