libbluray | branch: master | hpi1 <[email protected]> | 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 ;; _______________________________________________ libbluray-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libbluray-devel
