[libbluray-devel] mingw: added missing _WIN32_IE define
hpi1
git at videolan.org
Wed Sep 18 11:01:29 CEST 2013
libbluray | branch: refs/tags/0.4.0 | hpi1 <hpi1 at anonymous.org> | Wed Sep 18 11:46:12 2013 +0300| [ebb24c56b56d70cb9453965c357760a4c77689ff] | committer: hpi1
mingw: added missing _WIN32_IE define
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=ebb24c56b56d70cb9453965c357760a4c77689ff
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index 7ef5005..9057149 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,6 +36,7 @@ case "${host_os}" in
*mingw32*)
SYS=mingw32
AC_DEFINE([_WIN32_WINNT], 0x0501, [Define to '0x0500' for Windows XP APIs.])
+ AC_DEFINE([_WIN32_IE], 0x0501, [Define to '0x0501' for IE 5.01.])
;;
esac
;;
More information about the libbluray-devel
mailing list