2025-04-27 07:49:33 -04:00

12 lines
109 B
C

#define LOCKS_SWITCH_TO_THREAD
extern "C" {
BOOL
Locks_Initialize();
BOOL
Locks_Cleanup();
};