[vlc-commits] configure.ac: WIN32 -> _WIN32
Hugo Beauzée-Luyssen
git at videolan.org
Tue Apr 21 10:15:51 CEST 2015
npapi-vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Mar 24 14:23:46 2015 +0100| [a375881a95521e99639c7c1915d1608896a049cd] | committer: Hugo Beauzée-Luyssen
configure.ac: WIN32 -> _WIN32
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=a375881a95521e99639c7c1915d1608896a049cd
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 6dd71d6..794c71f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -228,7 +228,7 @@ dnl
dnl check the const-ness of GetMIMEDesc, since it changed in latest npapi headers
AC_MSG_CHECKING([if NP_GetMIMEDescription() returns const])
AC_COMPILE_IFELSE([AC_LANG_SOURCE([
- #ifdef WIN32
+ #ifdef _WIN32
# define XP_WIN 1
#else
# ifdef __APPLE__
More information about the vlc-commits
mailing list