]> git.saurik.com Git - wxWidgets.git/commitdiff
Must define a symbol to test its value
authorJulian Smart <julian@anthemion.co.uk>
Tue, 24 Oct 2006 16:17:13 +0000 (16:17 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 24 Oct 2006 16:17:13 +0000 (16:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/caret.h

index 8845f4cd8d3112e02faeadc2f7d9be5ab997d392..f9dd4d386626284d577e1e99b00555510f627bc9 100644 (file)
@@ -18,6 +18,8 @@
 
 #if wxHAS_NATIVE_OVERLAY
     #define wxHAS_CARET_USING_OVERLAYS 1
+#else
+    #define wxHAS_CARET_USING_OVERLAYS 0
 #endif
 
 class WXDLLIMPEXP_CORE wxCaret;