]> git.saurik.com Git - wxWidgets.git/blobdiff - src/propgrid/advprops.cpp
fix (harmless) VC7 warnings about auto_ptr assignment
[wxWidgets.git] / src / propgrid / advprops.cpp
index 819014523d9aa2d36fa3c8df068f8540d3126cb8..da83df34dca1cce69c1d6738f944872b525772d7 100644 (file)
@@ -1530,7 +1530,10 @@ void wxCursorProperty::OnCustomPaint( wxDC& dc,
                               0,
                               0,
                               NULL,
-                              DI_COMPAT | DI_DEFAULTSIZE | DI_NORMAL
+            #if !defined(__WXWINCE__)
+                              DI_COMPAT | DI_DEFAULTSIZE |
+            #endif
+                              DI_NORMAL
                             );
             #endif
             }