also dump debug to stdout in ce

svn-id: r26711
This commit is contained in:
Kostas Nakos 2007-05-01 13:13:40 +00:00
parent 1ebae7f054
commit 424b738d5b

View File

@ -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)