[libdvdcss-devel] [PATCH] Win32: use directly SHGetFolderPath
Diego Biurrun
diego at biurrun.de
Sat Mar 23 05:53:15 CET 2013
On Sat, Mar 23, 2013 at 05:27:06AM +0100, Diego Biurrun wrote:
> --- a/configure.ac
> +++ b/configure.ac
> @@ -112,10 +112,10 @@ case x"${host_os}" in
> ;;
> x*msvc*)
> SYS_MSVC=1
> - AC_DEFINE([_WIN32_IE], 0x0401, [Define to '0x0401' for IE 4.01 (and shell) APIs.])
> + AC_DEFINE([_WIN32_IE], 0x0500, [Define to '0x0500' for IE 5.0 (and shell) APIs.])
> ;;
> x*mingw* | *wince* | *mingwce*)
> - AC_DEFINE([_WIN32_IE], 0x0401, [Define to '0x0401' for IE 4.01 (and shell) APIs.])
> + AC_DEFINE([_WIN32_IE], 0x0500, [Define to '0x0500' for IE 5.0 (and shell) APIs.])
Adding this define for Cygwin as well fixes compilation.
Diego
More information about the libdvdcss-devel
mailing list