Rollup merge of #39861 - retep998:small-fix, r=alexcrichton

Fix parameter to GetUserProfileDirectoryW
This commit is contained in:
Corey Farwell 2017-02-15 23:48:23 -05:00 committed by GitHub
commit c6edfdb261
1 changed files with 1 additions and 1 deletions

View File

@ -912,7 +912,7 @@ extern "system" {
pub fn Sleep(dwMilliseconds: DWORD);
pub fn GetProcessId(handle: HANDLE) -> DWORD;
pub fn GetUserProfileDirectoryW(hToken: HANDLE,
lpProfileDir: LPCWSTR,
lpProfileDir: LPWSTR,
lpcchSize: *mut DWORD) -> BOOL;
pub fn SetHandleInformation(hObject: HANDLE,
dwMask: DWORD,