mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
win32 compile fix
This commit is contained in:
parent
1c5701f51f
commit
42f8b98f27
1 changed files with 2 additions and 1 deletions
|
@ -37,6 +37,7 @@ static const char rcsid[] =
|
|||
#include <winsock.h>
|
||||
|
||||
#include "QF/cvar.h"
|
||||
#include "QF/info.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "QF/sys.h"
|
||||
|
||||
|
@ -46,7 +47,7 @@ static const char rcsid[] =
|
|||
qboolean is_server = true;
|
||||
qboolean WinNT;
|
||||
server_static_t svs;
|
||||
char *svs_info = svs.info;
|
||||
info_t **svs_info = &svs.info;
|
||||
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue