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
This commit is contained in:
parent
bac409a004
commit
1d65a68f65
12
setup.h.in
12
setup.h.in
@ -1104,6 +1104,18 @@
|
|||||||
#undef HAVE_XIM
|
#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
|
* This stuff is static, it doesn't get modified directly
|
||||||
* by configure.
|
* by configure.
|
||||||
|
Loading…
Reference in New Issue
Block a user