shithub: libdvdcss

Download patch

ref: 6ea4a6589a96aa90cc7e1e3968f28fd5e40e4b93
parent: 8894cb46629c1ccb7a87693a4d6eaea1cef543cf
author: Diego Biurrun <diego@biurrun.de>
date: Sat Nov 29 12:02:10 EST 2014

build: Fix typo in config.h define comment

--- a/configure.ac
+++ b/configure.ac
@@ -113,10 +113,10 @@
     ;;
   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*)
     ;;