Skip to content

Commit

Permalink
fix: fix windows build error
Browse files Browse the repository at this point in the history
  • Loading branch information
nashaofu committed Dec 15, 2024
1 parent 723ae33 commit 337d715
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/windows/impl_window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ use windows::{
Threading::{GetCurrentProcessId, PROCESS_ALL_ACCESS},
},
UI::WindowsAndMessaging::{
EnumWindows, GetClassNameW, GetWindowInfo, GetWindowLongPtrW, GetWindowTextLengthW,
GetWindowTextW, GetWindowThreadProcessId, IsIconic, IsWindow, IsWindowVisible,
IsZoomed, GWL_EXSTYLE, WINDOWINFO, WINDOW_EX_STYLE, WS_EX_TOOLWINDOW,
EnumWindows, GetClassNameW, GetForegroundWindow, GetWindowInfo, GetWindowLongPtrW,
GetWindowTextLengthW, GetWindowTextW, GetWindowThreadProcessId, IsIconic, IsWindow,
IsWindowVisible, IsZoomed, GWL_EXSTYLE, WINDOWINFO, WINDOW_EX_STYLE, WS_EX_TOOLWINDOW,
},
},
};
Expand Down

0 comments on commit 337d715

Please sign in to comment.