From e15aca7e4776d71ac1ad29b6a6bd2cb598c72f87 Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Thu, 18 Dec 2003 10:19:27 +0000 Subject: [PATCH] Ak. Corrected wxUSE_UNICODE checking... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/regex/regc_color.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/regex/regc_color.c b/src/regex/regc_color.c index 6d2137d19e..3e93f8eae9 100644 --- a/src/regex/regc_color.c +++ b/src/regex/regc_color.c @@ -769,7 +769,7 @@ static void dumpchr(chr c, FILE *f) { -#ifdef wxUSE_UNICODE +#if wxUSE_UNICODE fprintf(f, "Debugging not implemented in unicode mode"); #else if (c == '\\') -- 2.47.2