From 1d65a68f6501508721ac0c37b481c5cc5158448a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 23 Aug 2002 16:54:04 +0000 Subject: [PATCH] define wxUSE_XPM_IN_MSW for MSW compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/setup.h.in b/setup.h.in index 29451eb0fb..a6bdb6dd0c 100644 --- a/setup.h.in +++ b/setup.h.in @@ -1104,6 +1104,18 @@ #undef HAVE_XIM +/* ------------------------------------------------------------------------- + Win32 adjustments section + ------------------------------------------------------------------------- */ + +#ifdef __WIN32__ + +/* we need to define wxUSE_XPM_IN_MSW for MSW compilation for compatibility + with wx/msw/setup.h */ +#define wxUSE_XPM_IN_MSW wxUSE_XPM + +#endif /* __WIN32__ */ + /* --------------------------------------------------------* * This stuff is static, it doesn't get modified directly * by configure.