open_toontown_panda3d/dtool/src/parser-inc/synchapi.h

13 lines
279 B
C
Executable File

#ifndef SYNCHAPI_H
#define SYNCHAPI_H
#include "winnt.h"
#define SRWLOCK_INIT RTL_SRWLOCK_INIT
#define CONDITION_VARIABLE_INIT RTL_CONDITION_VARIABLE_INIT
typedef RTL_SRWLOCK SRWLOCK, *PSRWLOCK;
typedef RTL_CONDITION_VARIABLE CONDITION_VARIABLE, *PCONDITION_VARIABLE;
#endif