Correct type definition of HANDLE.
This commit is contained in:
parent
f18c2aaf20
commit
7ff85cd216
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue