From: RĂ©mi Denis-Courmont Date: Wed, 13 Aug 2008 16:33:38 +0000 (+0300) Subject: Enable the Win2k API X-Git-Tag: 0.9.0~379 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=36fd3e1ba5cbe89ca3508f78e35b7d0ff7a8feab;hp=9b21d97a7f27dc86256e090f4ba2b56925fe93bd;p=vlc Enable the Win2k API --- diff --git a/configure.ac b/configure.ac index 24c814a1ac..0c81639933 100644 --- a/configure.ac +++ b/configure.ac @@ -58,6 +58,8 @@ dnl AC_PROG_CC_C99 AC_USE_SYSTEM_EXTENSIONS AC_DEFINE([_FORTIFY_SOURCE], 2, [Define to '2' to get glibc warnings.]) +AC_DEFINE([_WIN32_WINNT], 0x0500, [Define to '0x0500' for Windows 2000 APIs.]) + AM_PROG_CC_C_O AC_PROG_CXX AC_PROG_CPP