Skip to content

Commit 7ff85cd

Browse files
committed
Correct type definition of HANDLE.
1 parent f18c2aa commit 7ff85cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/x86stdcall2.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#![feature(std_misc)]
1212

13-
pub type HANDLE = u32;
13+
pub type HANDLE = usize;
1414
pub type DWORD = u32;
1515
pub type SIZE_T = u32;
1616
pub type LPVOID = usize;

0 commit comments

Comments
 (0)