put the INITGUID definition in the correct place

This commit is contained in:
Bill Currie 2001-10-15 17:32:43 +00:00
parent f7b82bcb69
commit 41d01d54f9
2 changed files with 4 additions and 3 deletions

View File

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

View File

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