mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-25 13:32:01 +00:00
Mingw compile fix.
This commit is contained in:
parent
2bd3c73d0c
commit
1705fbe0a0
1 changed files with 1 additions and 3 deletions
|
@ -31,9 +31,7 @@
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
# include "config.h"
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
#ifdef __MINGW32__
|
|
||||||
# define INITGUID
|
|
||||||
#endif
|
|
||||||
#include "winquake.h"
|
#include "winquake.h"
|
||||||
#include <dinput.h>
|
#include <dinput.h>
|
||||||
#include "client.h"
|
#include "client.h"
|
||||||
|
|
Loading…
Reference in a new issue