Mingw32 seems to need INITGUID defined.

This commit is contained in:
Marcus Sundberg 2000-05-20 22:33:42 +00:00
parent f1edd57186
commit 3e560f5cfd

View file

@ -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>