mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -04:00
Port to windows-sys v0.48.0 (#2842)
This commit is contained in:
@@ -30,7 +30,10 @@ use windows_sys::Win32::{
|
||||
SC_SCREENSAVE,
|
||||
},
|
||||
Media::{timeBeginPeriod, timeEndPeriod, timeGetDevCaps, TIMECAPS, TIMERR_NOERROR},
|
||||
System::{Ole::RevokeDragDrop, Threading::GetCurrentThreadId, WindowsProgramming::INFINITE},
|
||||
System::{
|
||||
Ole::RevokeDragDrop,
|
||||
Threading::{GetCurrentThreadId, INFINITE},
|
||||
},
|
||||
UI::{
|
||||
Controls::{HOVER_DEFAULT, WM_MOUSELEAVE},
|
||||
Input::{
|
||||
|
||||
Reference in New Issue
Block a user