diff --git a/include/WinStd/Win.h b/include/WinStd/Win.h index e35841f6..48bc679d 100644 --- a/include/WinStd/Win.h +++ b/include/WinStd/Win.h @@ -1,4 +1,4 @@ -/* +/* SPDX-License-Identifier: MIT Copyright © 1991-2023 Amebis Copyright © 2016 GÉANT @@ -1441,6 +1441,13 @@ namespace winstd /// typedef win_handle process_snapshot; + /// + /// Mutex handle wrapper + /// + /// \sa [CreateMutexW function](https://learn.microsoft.com/en-us/windows/win32/api/synchapi/nf-synchapi-createmutexw) + /// + typedef win_handle mutex; + /// /// File handle wrapper ///