Diego Biurrun
2014-12-03 17:37:29 UTC
libdvdcss | branch: master | Diego Biurrun <***@biurrun.de> | Sat Nov 29 17:02:10 2014 +0100| [6ea4a6589a96aa90cc7e1e3968f28fd5e40e4b93] | committer: Diego Biurrun
build: Fix typo in config.h define comment
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 69a2de5..ac759d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -113,10 +113,10 @@ case x"${host_os}" in
;;
x*msvc*)
SYS_MSVC=1
- AC_DEFINE([_WIN32_IE], 0x0501, [Define to '0x0500' for IE 5.01 (and shell) APIs.])
+ AC_DEFINE([_WIN32_IE], 0x0501, [Define to '0x0501' for IE 5.01 (and shell) APIs.])
;;
x*mingw* | x*wince* | x*mingwce*)
- AC_DEFINE([_WIN32_IE], 0x0501, [Define to '0x0500' for IE 5.01 (and shell) APIs.])
+ AC_DEFINE([_WIN32_IE], 0x0501, [Define to '0x0501' for IE 5.01 (and shell) APIs.])
;;
x*)
;;
build: Fix typo in config.h define comment
http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=6ea4a6589a96aa90cc7e1e3968f28fd5e40e4b93
---configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 69a2de5..ac759d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -113,10 +113,10 @@ case x"${host_os}" in
;;
x*msvc*)
SYS_MSVC=1
- AC_DEFINE([_WIN32_IE], 0x0501, [Define to '0x0500' for IE 5.01 (and shell) APIs.])
+ AC_DEFINE([_WIN32_IE], 0x0501, [Define to '0x0501' for IE 5.01 (and shell) APIs.])
;;
x*mingw* | x*wince* | x*mingwce*)
- AC_DEFINE([_WIN32_IE], 0x0501, [Define to '0x0500' for IE 5.01 (and shell) APIs.])
+ AC_DEFINE([_WIN32_IE], 0x0501, [Define to '0x0501' for IE 5.01 (and shell) APIs.])
;;
x*)
;;