]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/cursor.cpp
no real changes; just reformatting
[wxWidgets.git] / src / msw / cursor.cpp
index b1058c29a67e2f46827fa0890cce91881b407036..221c3a3bf6a4912408a705df8345e6dafe5d55e9 100644 (file)
@@ -35,6 +35,7 @@
     #include "wx/icon.h"
     #include "wx/cursor.h"
     #include "wx/settings.h"
+    #include "wx/intl.h"
 #endif
 
 #include "wx/module.h"
@@ -154,8 +155,10 @@ void wxCursorRefData::Free()
 {
     if ( m_hCursor )
     {
+#ifndef __WXWINCE__
         if ( m_destroyCursor )
             ::DestroyCursor((HCURSOR)m_hCursor);
+#endif
 
         m_hCursor = 0;
     }
@@ -234,9 +237,11 @@ wxCursor::wxCursor(const wxString& filename,
             hcursor = ::LoadCursor(wxGetInstance(), filename);
             break;
 
+#ifndef __WXWINCE__
         case wxBITMAP_TYPE_CUR:
             hcursor = ::LoadCursorFromFile(filename);
             break;
+#endif
 
         case wxBITMAP_TYPE_ICO:
             hcursor = wxBitmapToHCURSOR