#pragma hdrstop
#endif
+#include "wx/cursor.h"
+
#ifndef WX_PRECOMP
#include "wx/utils.h"
#include "wx/app.h"
#include "wx/bitmap.h"
#include "wx/icon.h"
- #include "wx/cursor.h"
#include "wx/settings.h"
#include "wx/intl.h"
+ #include "wx/image.h"
+ #include "wx/module.h"
#endif
-#include "wx/module.h"
-#include "wx/image.h"
-
// ----------------------------------------------------------------------------
// private classes
// ----------------------------------------------------------------------------
bool wxCursor::operator==(const wxCursor& cursor) const
{
- return FALSE;
+ return false;
}
wxGDIImageRefData *wxCursor::CreateData() const
void wxSetCursor(const wxCursor& cursor)
{
}
-
-