Minor cleanings.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-11-15 07:40:12 +00:00
parent 41ab357ed9
commit c0089c96ec
8 changed files with 18 additions and 32 deletions

View File

@@ -34,15 +34,6 @@ class WXDLLIMPEXP_BASE wxObject;
// conditional compilation
// ----------------------------------------------------------------------------
// this shouldn't be needed any longer as <wx/msw/private.h> does it but it
// doesn't hurt neither
#ifdef GetClassName
#undef GetClassName
#endif
#ifdef GetClassInfo
#undef GetClassInfo
#endif
class WXDLLIMPEXP_BASE wxClassInfo;
class WXDLLIMPEXP_BASE wxHashTable;
class WXDLLIMPEXP_BASE wxObjectRefData;
@@ -581,5 +572,4 @@ private :
#include "wx/msw/msvcrt.h"
#endif
#endif // _WX_OBJECTH__
#endif // _WX_OBJECTH__