chore: cleanup more windows use (#9376)

This commit is contained in:
Ezekiel Warren 2024-03-14 18:00:03 -07:00 committed by GitHub
parent ff8a4a89c7
commit f9b9123606
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 50 deletions

View file

@ -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;