VirtualBox

Changeset 36614 in vbox for trunk/src/VBox/Runtime/r3/win


Ignore:
Timestamp:
Apr 7, 2011 10:41:56 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
71062
Message:

iprt: next try

File:
1 edited

Legend:

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

    r36613 r36614  
    191191
    192192    RTUTF16 wszPath[RTPATH_MAX];
    193     HRESULT rc = SHGetFolderPath(0, CSIDL_MYDOCUMENTS, NULL, SHGFP_TYPE_CURRENT, wszPath);
     193    HRESULT rc = SHGetFolderPathW(0, CSIDL_MYDOCUMENTS, NULL, SHGFP_TYPE_CURRENT, wszPath);
    194194    if (   rc == S_OK     /* Found */
    195195        || rc == S_FALSE) /* Found, but doesn't exists */
Note: See TracChangeset for help on using the changeset viewer.

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