From 83e6c1ba57e47efcb03573d8fdd17aa0cd0ff6dd Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 13 Oct 2010 20:29:30 +0000 Subject: fix bitmap plotting svn path=/trunk/netsurf/; revision=10882 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6da2f1f51..86c71f9ec 100644 --- a/Makefile +++ b/Makefile @@ -498,6 +498,8 @@ ifeq ($(TARGET),windows) -lparserutils -lssl -lcrypto -lregex -liconv -lcss -lwapcaplet \ -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -mwindows CFLAGS += -U__STRICT_ANSI__ -mwin32 + # only windows versions after 2000 are supported + CFLAGS += '-DWINVER=0x0500' WSCFLAGS := -std=c99 \ $(WARNFLAGS) -I. -I/${MINGW_INSTALL_ENV}/include \ -DCURL_STATICLIB \ -- cgit v1.2.3