Changeset 63561 in vbox for trunk/src/VBox/Runtime/common/string
- Timestamp:
- Aug 16, 2016 2:02:22 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110216
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strformat.cpp
r62477 r63561 555 555 while (cchStr-- > 0) 556 556 { 557 /** @todo \#ifndef IN_RC*/557 /** @todo \#ifndef IN_RC*/ 558 558 #ifdef IN_RING3 559 559 RTUNICP Cp; … … 589 589 while (cchStr-- > 0) 590 590 { 591 /** @todo \#ifndef IN_RC*/591 /** @todo \#ifndef IN_RC*/ 592 592 #ifdef IN_RING3 593 593 char *pszEnd = RTStrPutCp(szTmp, *puszStr++);
Note:
See TracChangeset
for help on using the changeset viewer.