]> git.saurik.com Git - wxWidgets.git/commitdiff
correct error in wxHAVE_RAW_BITMAP definition: it shouldn't be defined at all if...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Jun 2008 20:17:04 +0000 (20:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Jun 2008 20:17:04 +0000 (20:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/features.h

index 9dc0e83b03e36959eecf953859d0f91c0eba5415..6f2fe7cf1820b389fd9bde3ace4c7117a3dae51a 100644 (file)
     #define wxHAS_RAW_BITMAP
 #endif
 
-/* deprecated synonym which exists for compatibility only */
-#define wxHAVE_RAW_BITMAP wxHAS_RAW_BITMAP
+/* also define deprecated synonym which exists for compatibility only */
+#ifdef wxHAS_RAW_BITMAP
+    #define wxHAVE_RAW_BITMAP
+#endif
 
 #endif /*  _WX_FEATURES_H_ */