// Author: Julian Smart
// Modified by:
// Created: 01/02/97
-// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
{
if ( IsRegistered() )
{
- if ( !::UnregisterClass(m_clsname.wx_str(), wxGetInstance()) )
+ if ( !::UnregisterClass(m_clsname.t_str(), wxGetInstance()) )
{
wxLogLastError(wxT("UnregisterClass"));
}
WXDLLIMPEXP_BASE wxWinVersion wxGetWinVersion();
-#if wxUSE_GUI
+#if wxUSE_GUI && defined(__WXMSW__)
// cursor stuff
extern HCURSOR wxGetCurrentBusyCursor(); // from msw/utils.cpp
#endif // __WIN64__/__WIN32__
-#endif // wxUSE_GUI
+#endif // wxUSE_GUI && __WXMSW__
#endif // _WX_PRIVATE_H_