mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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"
|
||||
#endif
|
||||
#include <math.h>
|
||||
#ifdef __MINGW32__
|
||||
# define INITGUID
|
||||
#endif
|
||||
//#ifdef __MINGW32__
|
||||
//# define INITGUID
|
||||
//#endif
|
||||
|
||||
#define byte __byte
|
||||
#include <dinput.h>
|
||||
|
|
Loading…
Reference in a new issue