[libdvdcss-devel] [PATCH] build: Define _WIN32_IE also for Cygwin.
Diego Biurrun
diego at biurrun.de
Sat Mar 23 06:38:31 CET 2013
---
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"
--
1.7.9.5
More information about the libdvdcss-devel
mailing list