mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-09 07:08:59 +00:00
I've added more of the ".def" files from mingw. The list is based on all the libraries referenced by the win32metadata project. (see https://github.com/marlersoft/zigwin32).
59 lines
1.2 KiB
Modula-2
59 lines
1.2 KiB
Modula-2
LIBRARY api-ms-win-core-synch-l1-2-0
|
|
|
|
EXPORTS
|
|
|
|
AcquireSRWLockExclusive@4
|
|
AcquireSRWLockShared@4
|
|
CancelWaitableTimer@4
|
|
CreateEventA@16
|
|
CreateEventExA@16
|
|
CreateEventExW@16
|
|
CreateEventW@16
|
|
CreateMutexA@12
|
|
CreateMutexExA@16
|
|
CreateMutexExW@16
|
|
CreateMutexW@12
|
|
CreateSemaphoreExW@24
|
|
CreateWaitableTimerExW@16
|
|
DeleteCriticalSection@4
|
|
EnterCriticalSection@4
|
|
InitializeConditionVariable@4
|
|
InitializeCriticalSection@4
|
|
InitializeCriticalSectionAndSpinCount@8
|
|
InitializeCriticalSectionEx@12
|
|
InitializeSRWLock@4
|
|
InitOnceBeginInitialize@16
|
|
InitOnceComplete@12
|
|
InitOnceExecuteOnce@16
|
|
InitOnceInitialize@4
|
|
LeaveCriticalSection@4
|
|
OpenEventA@12
|
|
OpenEventW@12
|
|
OpenMutexW@12
|
|
OpenSemaphoreW@12
|
|
OpenWaitableTimerW@12
|
|
ReleaseMutex@4
|
|
ReleaseSemaphore@12
|
|
ReleaseSRWLockExclusive@4
|
|
ReleaseSRWLockShared@4
|
|
ResetEvent@4
|
|
SetCriticalSectionSpinCount@8
|
|
SetEvent@4
|
|
SetWaitableTimer@24
|
|
SetWaitableTimerEx@28
|
|
SignalObjectAndWait@16
|
|
Sleep@4
|
|
SleepConditionVariableCS@12
|
|
SleepConditionVariableSRW@16
|
|
SleepEx@8
|
|
TryAcquireSRWLockExclusive@4
|
|
TryAcquireSRWLockShared@4
|
|
TryEnterCriticalSection@4
|
|
WaitForMultipleObjectsEx@20
|
|
WaitForSingleObject@8
|
|
WaitForSingleObjectEx@12
|
|
WaitOnAddress@16
|
|
WakeAllConditionVariable@4
|
|
WakeByAddressAll@4
|
|
WakeByAddressSingle@4
|
|
WakeConditionVariable@4
|