]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/renderer.cpp
many compilation fixes for WinCE using VC8 (it now build, although still doesn't...
[wxWidgets.git] / src / msw / renderer.cpp
index 4d7b3901270681ad410b32a9a686de61579a7988..7961dc3184bb6cc0d248e180e21ff6cd39748af8 100644 (file)
     #define HSAS_SORTEDDOWN     2
 #endif
 
-#if defined(__WXWINCE__) && !defined(DFCS_FLAT)
-    #define DFCS_FLAT 0
+#if defined(__WXWINCE__)
+    #ifndef DFCS_FLAT
+        #define DFCS_FLAT 0
+    #endif
+    #ifndef DFCS_MONO
+        #define DFCS_MONO 0
+    #endif
 #endif
 
 #ifndef DFCS_HOT