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"
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __MINGW32__
|
||||||
|
# define INITGUID
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "winquake.h" // must come first due to nasties in windows headers
|
#include "winquake.h" // must come first due to nasties in windows headers
|
||||||
#include <dinput.h>
|
#include <dinput.h>
|
||||||
|
|
||||||
|
|
|
@ -34,9 +34,6 @@ static const char rcsid[] =
|
||||||
# include "config.h"
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
//#ifdef __MINGW32__
|
|
||||||
//# define INITGUID
|
|
||||||
//#endif
|
|
||||||
|
|
||||||
#define byte __byte
|
#define byte __byte
|
||||||
#include <dinput.h>
|
#include <dinput.h>
|
||||||
|
|
Loading…
Reference in a new issue