X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=Makefile.am;h=4647ca4f93d33a528e5b17f2273cc2df1cf4eeba;hb=9e435a09b62c4845052e46122911fe7c2f26d877;hp=7880c3a828fc05554ae6ae615a75d99117dd2ccc;hpb=b85564ae90e10935efae109e8fc584c435f17277;p=evince.git diff --git a/Makefile.am b/Makefile.am index 7880c3a8..4647ca4f 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 \