mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
Mingw32 seems to need INITGUID defined.
This commit is contained in:
parent
f1edd57186
commit
3e560f5cfd
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
#ifdef __MINGW32__
|
||||
# define INITGUID
|
||||
#endif
|
||||
#include "quakedef.h"
|
||||
#include "winquake.h"
|
||||
#include <dinput.h>
|
||||
|
|
Loading…
Reference in a new issue