Discussion:
[libdvdcss-devel] [PATCH] build: Define _WIN32_IE also for Cygwin.
Diego Biurrun
2013-03-23 05:38:31 UTC
Permalink
---
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
Diego Biurrun
2013-03-25 10:04:11 UTC
Permalink
libdvdcss | branch: master | Diego Biurrun <***@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"

Loading...