define wxUSE_MFC as 0 if it's not defined (fixes gcc -Wundef warning)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2005-08-04 20:21:49 +00:00
parent 50aee613a3
commit 16f10340da

View File

@ -89,6 +89,12 @@
#endif /* __GNUWIN32__ */
/* wxUSE_MFC is not defined when using configure as it doesn't make sense for
gcc or mingw32 anyhow */
#ifndef wxUSE_MFC
#define wxUSE_MFC 0
#endif /* !defined(wxUSE_MFC) */
/* MFC duplicates these operators */
#if wxUSE_MFC
# undef wxUSE_GLOBAL_MEMORY_OPERATORS