#include <windows.h>Go to the source code of this file.
Defines | |
| #define | OMNI_DEFINED_WIN32_LEAN_AND_MEAN |
| #define | OMNI_THREAD_WRAPPER unsigned __stdcall omni_thread_wrapper(LPVOID ptr); |
| #define | OMNI_MUTEX_IMPLEMENTATION CRITICAL_SECTION crit; |
| #define | OMNI_MUTEX_LOCK_IMPLEMENTATION EnterCriticalSection(&crit); |
| #define | OMNI_MUTEX_UNLOCK_IMPLEMENTATION LeaveCriticalSection(&crit); |
| #define | OMNI_CONDITION_IMPLEMENTATION |
| #define | OMNI_SEMAPHORE_IMPLEMENTATION HANDLE nt_sem; |
| #define | OMNI_THREAD_IMPLEMENTATION |
Variables | |
| OMNI_THREAD_WRAPPER | |
|
|
Value:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Value:
|
|
|
|
|
|
|
1.3.8