mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 13:36:49 +00:00
Correct type definition of HANDLE.
This commit is contained in:
parent
f18c2aaf20
commit
7ff85cd216
@ -10,7 +10,7 @@
|
||||
|
||||
#![feature(std_misc)]
|
||||
|
||||
pub type HANDLE = u32;
|
||||
pub type HANDLE = usize;
|
||||
pub type DWORD = u32;
|
||||
pub type SIZE_T = u32;
|
||||
pub type LPVOID = usize;
|
||||
|
Loading…
Reference in New Issue
Block a user