VirtualBox

Changeset 34510 in vbox for trunk/src


Ignore:
Timestamp:
Nov 30, 2010 1:22:33 PM (14 years ago)
Author:
vboxsync
Message:

reverted unnecessary build fix (wrong options).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/RTSystemQueryDmiString-win.cpp

    r34502 r34510  
    218218                                     */
    219219                                    char *pszValue;
    220                                     rc = RTUtf16ToUtf8((PCRTUTF16)Var.bstrVal, &pszValue);
     220                                    rc = RTUtf16ToUtf8(Var.bstrVal, &pszValue);
    221221                                    if (RT_SUCCESS(rc))
    222222                                    {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette