Skip to content

Commit

Permalink
Fix parameter to GetUserProfileDirectoryW
Browse files Browse the repository at this point in the history
  • Loading branch information
retep998 committed Feb 15, 2017
1 parent 62eb605 commit d5a4db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sys/windows/c.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d5a4db3

Please # to comment.