mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
put the INITGUID definition in the correct place
This commit is contained in:
parent
f7b82bcb69
commit
41d01d54f9
2 changed files with 4 additions and 3 deletions
|
@ -33,6 +33,10 @@ static const char rcsid[] =
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef __MINGW32__
|
||||
# define INITGUID
|
||||
#endif
|
||||
|
||||
#include "winquake.h" // must come first due to nasties in windows headers
|
||||
#include <dinput.h>
|
||||
|
||||
|
|
|
@ -34,9 +34,6 @@ static const char rcsid[] =
|
|||
# include "config.h"
|
||||
#endif
|
||||
#include <math.h>
|
||||
//#ifdef __MINGW32__
|
||||
//# define INITGUID
|
||||
//#endif
|
||||
|
||||
#define byte __byte
|
||||
#include <dinput.h>
|
||||
|
|
Loading…
Reference in a new issue