mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-08 15:22:07 +00:00
mingw cross compile fixes
This commit is contained in:
parent
326dc35b41
commit
f15ca83c60
3 changed files with 4 additions and 4 deletions
|
@ -1264,7 +1264,7 @@ if test "x$GCC" = xyes; then
|
|||
fi
|
||||
|
||||
AS="$CC"
|
||||
ASFLAGS="\$(DEFS) \$(INCLUDES)"
|
||||
ASFLAGS="\$(DEFS) \$(DEFAULT_INCLUDES) \$(INCLUDES)"
|
||||
AC_SUBST(AS)
|
||||
AC_SUBST(ASFLAGS)
|
||||
|
||||
|
|
|
@ -31,6 +31,9 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
#ifdef __MINGW32__
|
||||
# define INITGUID
|
||||
#endif
|
||||
|
||||
#include "winquake.h"
|
||||
#include <dinput.h>
|
||||
|
|
|
@ -32,9 +32,6 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
#ifdef __MINGW32__
|
||||
# define INITGUID
|
||||
#endif
|
||||
|
||||
#define byte __byte
|
||||
#include <dinput.h>
|
||||
|
|
Loading…
Reference in a new issue