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
+1 -1
View File
@@ -912,7 +912,7 @@ pub fn WaitForSingleObject(hHandle: HANDLE,
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,