From: Václav Slavík Date: Sun, 3 Aug 2003 18:53:42 +0000 (+0000) Subject: fixed mmedia contrib to work if libesd is not present X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/38d85c646d22dc076ad5bb937a51a43e71c12f06?ds=inline fixed mmedia contrib to work if libesd is not present git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/setup.h.in b/setup.h.in index 213526f425..3a3c6e9cab 100644 --- a/setup.h.in +++ b/setup.h.in @@ -1160,6 +1160,9 @@ /* Define if you have the header file (mingw,cygwin). */ #undef HAVE_W32API_H +/* Define if you have the header file. */ +#undef HAVE_ESD_H + /* Define if you have wcsrtombs() function */ #undef HAVE_WCSRTOMBS