mingw cross compile fixes

This commit is contained in:
Bill Currie 2001-10-19 06:46:32 +00:00
parent 326dc35b41
commit f15ca83c60
3 changed files with 4 additions and 4 deletions

View file

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

View file

@ -31,6 +31,9 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#ifdef __MINGW32__
# define INITGUID
#endif
#include "winquake.h"
#include <dinput.h>

View file

@ -32,9 +32,6 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#ifdef __MINGW32__
# define INITGUID
#endif
#define byte __byte
#include <dinput.h>