Skip to content

Commit

Permalink
fix: Fix Windows build after formating
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Feb 28, 2024
1 parent e999df1 commit 01616b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/windows.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
use std::io;

use windows::core::HSTRING;
use windows::System::Threading::{
CreateMutexW, ReleaseMutex, WaitForSingleObject, INFINITE,
};
use windows::Win32::Foundation::{
CloseHandle, HANDLE, WAIT_ABANDONED, WAIT_OBJECT_0, WAIT_TIMEOUT,
};
use windows::Win32::System::Threading::{
CreateMutexW, ReleaseMutex, WaitForSingleObject, INFINITE,
};

use crate::error::*;

Expand Down

0 comments on commit 01616b2

Please sign in to comment.