* lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
|  | 2002-09-06  Danny Smith  <dannysmith@users.sourceforge.net> | ||||||
|  |  | ||||||
|  | 	* lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666. | ||||||
|  |  | ||||||
| 2002-09-04  Kevin Chase  <kevincha99@hotmail.com> | 2002-09-04  Kevin Chase  <kevincha99@hotmail.com> | ||||||
|  |  | ||||||
| 	* include/winbase.h (AllocateUserPhysicalPages, | 	* include/winbase.h (AllocateUserPhysicalPages, | ||||||
|   | |||||||
| @@ -107,7 +107,8 @@ DISTFILES = Makefile.in $(DEF_FILES) $(SOURCES) | |||||||
| # targets | # targets | ||||||
| all: $(LIBS) $(EXTRA_OBJS) | 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 | .PHONY: test | ||||||
| test: | test: | ||||||
| 	@echo "Testing w32api..." | 	@echo "Testing w32api..." | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user