diff --git a/include/wx/datetime.h b/include/wx/datetime.h index 8cfddf7e76..1530d30657 100644 --- a/include/wx/datetime.h +++ b/include/wx/datetime.h @@ -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