chore: cleanup more windows use (#9376)
This commit is contained in:
parent
ff8a4a89c7
commit
f9b9123606
4 changed files with 9 additions and 50 deletions
|
@ -1,9 +1,4 @@
|
|||
use windows::Win32::{
|
||||
Foundation::{HWND, LPARAM, WPARAM},
|
||||
UI::WindowsAndMessaging::{
|
||||
GetWindowLongPtrW, GetWindowLongW, SetWindowLongPtrW, SetWindowLongW, WINDOW_LONG_PTR_INDEX,
|
||||
},
|
||||
};
|
||||
use windows::Win32::{Foundation::*, UI::WindowsAndMessaging::*};
|
||||
|
||||
pub(crate) trait HiLoWord {
|
||||
fn hiword(&self) -> u16;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue