Skip to content

Commit

Permalink
fix: Fix Windows build after formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Feb 28, 2024
1 parent e999df1 commit 46c65af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.4.0]
## [0.4.1]

### Changed

Expand Down
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 46c65af

Please sign in to comment.