From 38aa6e420c1dde8dc8c2a6512a314328bcf8a28f Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 24 Oct 2006 16:17:13 +0000 Subject: [PATCH] Must define a symbol to test its value git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/generic/caret.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/generic/caret.h b/include/wx/generic/caret.h index 8845f4cd8d..f9dd4d3866 100644 --- a/include/wx/generic/caret.h +++ b/include/wx/generic/caret.h @@ -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; -- 2.45.2