Ak. Corrected wxUSE_UNICODE checking...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2003-12-18 10:19:27 +00:00
parent 4ce84ac957
commit e15aca7e47

View File

@@ -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 == '\\')