mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:23:13 +00:00
[ROSAUTOTEST]
Make outputting a string as easy as it should be. Now that our StringOut internally uses OutputDebugStringA instead of DbgPrint, we don't need to output in 512 byte chunks anymore. Additionally, do an explicit flush when using std::cout to not lose debug output. ROSTESTS-158 #resolve #comment Committed in r66855 svn path=/trunk/; revision=66855
This commit is contained in:
parent
d2bc21c312
commit
40da1525c9
3 changed files with 22 additions and 73 deletions
|
@ -69,7 +69,7 @@ string EscapeString(const char* Input);
|
|||
string EscapeString(const string& Input);
|
||||
string GetINIValue(PCWCH AppName, PCWCH KeyName, PCWCH FileName);
|
||||
bool IsNumber(const char* Input);
|
||||
string StringOut(const string& String, bool forcePrint = true);
|
||||
void StringOut(const string& InputString);
|
||||
string UnicodeToAscii(PCWSTR UnicodeString);
|
||||
string UnicodeToAscii(const wstring& UnicodeString);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue