[libdvdcss-devel] build: Define _WIN32_IE also for Cygwin.

Diego Biurrun git at videolan.org
Mon Mar 25 11:04:11 CET 2013


libdvdcss | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Mar 23 06:37:54 2013 +0100| [39e0e2b8b50b951f8a2d7fbb490e74148cab61c7] | committer: Diego Biurrun

build: Define _WIN32_IE also for Cygwin.

> http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=39e0e2b8b50b951f8a2d7fbb490e74148cab61c7
---

 configure.ac |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index ae21fcb..c42f1e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -106,6 +106,7 @@ case x"${host_os}" in
     ;;
   x*cygwin*)
     CFLAGS="${CFLAGS} -mwin32"
+    AC_DEFINE([_WIN32_IE], 0x0500, [Define to '0x0500' for IE 5.0 (and shell) APIs.])
     ;;
   xos2*)
     LDFLAGS="-Zbin-files"



More information about the libdvdcss-devel mailing list