[vlc-devel] commit: Enable the Win2k API ( Rémi Denis-Courmont )
git version control
git at videolan.org
Wed Aug 13 18:31:32 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Wed Aug 13 19:33:38 2008 +0300| [36fd3e1ba5cbe89ca3508f78e35b7d0ff7a8feab] | committer: Rémi Denis-Courmont
Enable the Win2k API
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=36fd3e1ba5cbe89ca3508f78e35b7d0ff7a8feab
---
configure.ac | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 24c814a..0c81639 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
More information about the vlc-devel
mailing list