@@ -8,7 +8,7 @@ |
|
|
8 |
8 |
use crate::ffi::CStr; |
9 |
9 |
use crate::mem; |
10 |
10 |
pub use crate::os::raw::c_int; |
11 |
|
-use crate::os::raw::{c_char, c_long, c_uint, c_ulong, c_ushort, c_void}; |
|
11 |
+use crate::os::raw::{c_char, c_uint, c_ulong, c_ushort, c_void}; |
12 |
12 |
use crate::os::windows::io::{AsRawHandle, BorrowedHandle}; |
13 |
13 |
use crate::ptr; |
14 |
14 |
|
@@ -18,8 +18,6 @@ mod windows_sys; |
|
|
18 |
18 |
pub use windows_sys::*; |
19 |
19 |
|
20 |
20 |
pub type DWORD = c_ulong; |
21 |
|
-#[cfg_attr(target_vendor = "uwp", allow(unused))] |
22 |
|
-pub type LONG = c_long; |
23 |
21 |
pub type UINT = c_uint; |
24 |
22 |
pub type WCHAR = u16; |
25 |
23 |
pub type USHORT = c_ushort; |