VirtualBox

Changeset 34502 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Nov 30, 2010 12:37:29 PM (14 years ago)
Author:
vboxsync
Message:

build fixes

File:
1 edited

Legend:

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

    r33540 r34502  
    218218                                     */
    219219                                    char *pszValue;
    220                                     rc = RTUtf16ToUtf8(Var.bstrVal, &pszValue);
     220                                    rc = RTUtf16ToUtf8((PCRTUTF16)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