Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
std-microblock authored Aug 9, 2024
1 parent e1ac060 commit 3daa3ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,6 @@ impl Handler {
{
#[cfg(not(debug_assertions))]
{
use winapi::um::winuser::ShowWindow;
use winapi::um::winuser::{ShowWindow, SW_SHOW};
unsafe {
ShowWindow(winapi::um::wincon::GetConsoleWindow(), SW_SHOW);
Expand Down

0 comments on commit 3daa3ef

Please sign in to comment.