We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f18c2aa commit 7ff85cdCopy full SHA for 7ff85cd
src/test/run-pass/x86stdcall2.rs
@@ -10,7 +10,7 @@
10
11
#![feature(std_misc)]
12
13
-pub type HANDLE = u32;
+pub type HANDLE = usize;
14
pub type DWORD = u32;
15
pub type SIZE_T = u32;
16
pub type LPVOID = usize;
0 commit comments