--- branches/release-1_2-branch/xvidcore/vfw/bin/Makefile 2009/05/25 08:09:23 1858 +++ branches/release-1_2-branch/xvidcore/vfw/bin/Makefile 2009/05/25 08:31:16 1859 @@ -9,7 +9,7 @@ # Requires GNU Make because of shell expansion performed at a bad time with # other make programs (even using := variable assignments) # -# $Id: Makefile,v 1.6 2008-11-27 11:57:28 Isibaar Exp $ +# $Id: Makefile,v 1.6.2.1 2009-05-25 08:31:16 Isibaar Exp $ ############################################################################## include sources.inc @@ -25,6 +25,7 @@ # The `mingw-runtime` package is required when building with -mno-cygwin CFLAGS += -I$(SRC_DIR)/w32api -I$(LOCAL_XVID_SRCTREE) CFLAGS += -mno-cygwin +CFLAGS += -D_WIN32_IE=0x0501 ############################################################################## # Optional Compiler options