We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 034acc1 + d5a4db3 commit 6343542Copy full SHA for 6343542
src/libstd/sys/windows/c.rs
@@ -912,7 +912,7 @@ extern "system" {
912
pub fn Sleep(dwMilliseconds: DWORD);
913
pub fn GetProcessId(handle: HANDLE) -> DWORD;
914
pub fn GetUserProfileDirectoryW(hToken: HANDLE,
915
- lpProfileDir: LPCWSTR,
+ lpProfileDir: LPWSTR,
916
lpcchSize: *mut DWORD) -> BOOL;
917
pub fn SetHandleInformation(hObject: HANDLE,
918
dwMask: DWORD,
0 commit comments