mirror of
https://github.com/decompals/wibo.git
synced 2025-12-15 08:06:20 +00:00
Split kernel32 into separate files (part 3)
This commit is contained in:
@@ -73,6 +73,7 @@ constexpr SRWLOCK SRWLOCK_INIT{nullptr};
|
||||
|
||||
namespace kernel32 {
|
||||
|
||||
void WIN_FUNC Sleep(DWORD dwMilliseconds);
|
||||
HANDLE WIN_FUNC CreateMutexA(LPSECURITY_ATTRIBUTES lpMutexAttributes, BOOL bInitialOwner, LPCSTR lpName);
|
||||
HANDLE WIN_FUNC CreateMutexW(LPSECURITY_ATTRIBUTES lpMutexAttributes, BOOL bInitialOwner, LPCWSTR lpName);
|
||||
BOOL WIN_FUNC ReleaseMutex(HANDLE hMutex);
|
||||
|
||||
Reference in New Issue
Block a user