Skip to content

Commit

Permalink
Fix build on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Jul 31, 2023
1 parent 850cc4d commit 9e20395
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ void named_mutex::destroy(intmax_t handle, const std::string& name) {
CloseHandle(reinterpret_cast<HANDLE>(handle));
}

size_t named_semaphore::max_name_size() {
size_t named_mutex::max_name_size() {
return MAX_PATH;
}

Expand Down

0 comments on commit 9e20395

Please sign in to comment.