]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/cursor.cpp
Added ability to execute more code after the widget is created
[wxWidgets.git] / src / msw / cursor.cpp
index 6333efd1879a61f74b76b62b48c5e3aadb9e153e..bd27803b409b3af552df65d922d5ea929c02193b 100644 (file)
@@ -172,6 +172,7 @@ wxCursor::wxCursor()
 {
 }
 
+#if wxUSE_IMAGE
 wxCursor::wxCursor(const wxImage& image)
 {
     // image has to be of the standard cursor size, otherwise we won't be able
@@ -200,6 +201,7 @@ wxCursor::wxCursor(const wxImage& image)
 
     m_refData = new wxCursorRefData(hcursor, true /* delete it later */);
 }
+#endif
 
 wxCursor::wxCursor(const char WXUNUSED(bits)[],
                    int WXUNUSED(width),