Changeset 70156 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Dec 15, 2017 3:52:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/utf-8.cpp
r69111 r70156 1080 1080 return rc; 1081 1081 } 1082 RT_EXPORT_SYMBOL(RTStrToUtf16 TagBig);1082 RT_EXPORT_SYMBOL(RTStrToUtf16BigTag); 1083 1083 1084 1084 … … 1597 1597 return rc; 1598 1598 } 1599 RT_EXPORT_SYMBOL(RTStrToLatin1 Tag);1599 RT_EXPORT_SYMBOL(RTStrToLatin1ExTag); 1600 1600 1601 1601
Note:
See TracChangeset
for help on using the changeset viewer.