also dump debug to stdout in ce
svn-id: r26711
This commit is contained in:
parent
1ebae7f054
commit
424b738d5b
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue