Prepare mutex support

This commit is contained in:
momo5502
2024-12-22 09:32:11 +01:00
parent 1023281425
commit 2695fa0cd8
2 changed files with 16 additions and 1 deletions

View File

@@ -337,6 +337,8 @@ private:
};
constexpr auto KNOWN_DLLS_DIRECTORY = make_pseudo_handle(0x1, handle_types::directory);
constexpr auto BASE_NAMED_OBJECTS_DIRECTORY = make_pseudo_handle(0x2, handle_types::directory);
constexpr auto KNOWN_DLLS_SYMLINK = make_pseudo_handle(0x1, handle_types::symlink);
constexpr auto SHARED_SECTION = make_pseudo_handle(0x1, handle_types::section);