- Timestamp:
- Nov 30, 2010 1:22:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/RTSystemQueryDmiString-win.cpp
r34502 r34510 218 218 */ 219 219 char *pszValue; 220 rc = RTUtf16ToUtf8( (PCRTUTF16)Var.bstrVal, &pszValue);220 rc = RTUtf16ToUtf8(Var.bstrVal, &pszValue); 221 221 if (RT_SUCCESS(rc)) 222 222 {
Note:
See TracChangeset
for help on using the changeset viewer.