From 424b738d5b75b32addbc8ba3467696374c38e985 Mon Sep 17 00:00:00 2001 From: Kostas Nakos Date: Tue, 1 May 2007 13:13:40 +0000 Subject: also dump debug to stdout in ce svn-id: r26711 --- common/util.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'common/util.cpp') diff --git a/common/util.cpp b/common/util.cpp index d9da753ac4..5e5d719e31 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -415,12 +415,10 @@ static void debugHelper(const char *in_buf, bool caret = true) { strcpy(buf, in_buf); } -#ifndef _WIN32_WCE if (caret) printf("%s\n", buf); else printf("%s", buf); -#endif #if defined( USE_WINDBG ) if (caret) -- cgit v1.2.3