mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
Rollup merge of #39861 - retep998:small-fix, r=alexcrichton
Fix parameter to GetUserProfileDirectoryW
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user