undef inline before redefining it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-06-22 07:50:54 +00:00
parent 26eb0ba5b8
commit da872f02a5

View File

@@ -32,11 +32,12 @@ class WXDLLEXPORT wxDateSpan;
// rebuilt)
// For Mingw32, causes a link error.
#if defined( __WXDEBUG__) && !defined(__MINGW32__)
#undef inline
#define inline
#endif // Debug
/*
* TODO Well, everything :-)
* TODO
*
* + 1. Time zones with minutes (make TimeZone a class)
* ? 2. getdate() function like under Solaris