--- trunk/xvidcore/vfw/bin/Makefile 2008/12/09 10:42:38 1849 +++ trunk/xvidcore/vfw/bin/Makefile 2008/12/15 10:22:07 1850 @@ -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.7 2008-12-15 10:22:07 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