Changeset 57944 in vbox for trunk/src/VBox/Runtime/common/string/strformat.cpp
- Timestamp:
- Sep 29, 2015 3:07:09 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strformat.cpp
r57358 r57944 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 szUtf8[8]; /* Cp=0x7fffffff -> 6 bytes. */
Note:
See TracChangeset
for help on using the changeset viewer.