From 53a514ef339a6e96582511f9dee36c6d0a45a81f Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Fri, 6 Sep 2002 03:24:06 +0000 Subject: [PATCH] * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666. --- winsup/w32api/ChangeLog | 4 ++++ winsup/w32api/lib/Makefile.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index 76658d19e..404a8c382 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,7 @@ +2002-09-06 Danny Smith + + * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666. + 2002-09-04 Kevin Chase * include/winbase.h (AllocateUserPhysicalPages, diff --git a/winsup/w32api/lib/Makefile.in b/winsup/w32api/lib/Makefile.in index a577ab1bc..9e9506872 100644 --- a/winsup/w32api/lib/Makefile.in +++ b/winsup/w32api/lib/Makefile.in @@ -107,7 +107,8 @@ DISTFILES = Makefile.in $(DEF_FILES) $(SOURCES) # targets all: $(LIBS) $(EXTRA_OBJS) -TEST_OPTIONS = $(ALL_CFLAGS) -Wall -pedantic -Wsystem-headers -c $(srcdir)/test.c -o test.o +TEST_OPTIONS = $(ALL_CFLAGS) -DWINVER=0x0666 \ + -Wall -pedantic -Wsystem-headers -c $(srcdir)/test.c -o test.o .PHONY: test test: @echo "Testing w32api..."