mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-29 20:20:43 +00:00
comment out the definition of INITGUID for now as it's causing linking problems
This commit is contained in:
parent
cb6391e594
commit
f7b82bcb69
1 changed files with 3 additions and 3 deletions
|
@ -34,9 +34,9 @@ static const char rcsid[] =
|
||||||
# include "config.h"
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#ifdef __MINGW32__
|
//#ifdef __MINGW32__
|
||||||
# define INITGUID
|
//# define INITGUID
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
#define byte __byte
|
#define byte __byte
|
||||||
#include <dinput.h>
|
#include <dinput.h>
|
||||||
|
|
Loading…
Reference in a new issue