Changeset 36614 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Apr 7, 2011 10:41:56 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71062
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/path-win.cpp
r36613 r36614 191 191 192 192 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); 194 194 if ( rc == S_OK /* Found */ 195 195 || rc == S_FALSE) /* Found, but doesn't exists */
Note:
See TracChangeset
for help on using the changeset viewer.