Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0b22ecb

Browse files
committed
Remove UINT
1 parent18adcef commit0b22ecb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎std/src/sys/pal/windows/c.rs‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ mod windows_sys;
1818
pubuse windows_sys::*;
1919

2020
pubtypeDWORD =c_ulong;
21-
pubtypeUINT =c_uint;
2221
pubtypeWCHAR =u16;
2322
pubtypeUSHORT =c_ushort;
2423
pubtypeSIZE_T =usize;

‎std/src/sys/pal/windows/os.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ pub fn home_dir() -> Option<PathBuf> {
383383
}
384384

385385
pubfnexit(code:i32) -> !{
386-
unsafe{ c::ExitProcess(codeasc::UINT)}
386+
unsafe{ c::ExitProcess(codeasu32)}
387387
}
388388

389389
pubfngetpid() ->u32{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp