From 9e435a09b62c4845052e46122911fe7c2f26d877 Mon Sep 17 00:00:00 2001 From: Hib Eris Date: Tue, 29 Dec 2009 11:08:40 +0000 Subject: [windows] Properly define the _WIN32_WINNT version --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7880c3a..4647ca4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,10 @@ ACLOCAL_AMFLAGS = -I m4 +# Set the minimum required Windows version to Windows 2000 (0x0500). +if PLATFORM_WIN32 +AM_CPPFLAGS = -D_WIN32_WINNT=0x0500 +endif + SUBDIRS = \ cut-n-paste \ data \ -- cgit v0.9.1