historical/toontown-classic.git/panda/include/parser-inc/synchapi.h
2024-01-16 11:20:27 -06:00

10 lines
146 B
C

#ifndef SYNCHAPI_H
#define SYNCHAPI_H
#include "winnt.h"
#define SRWLOCK_INIT RTL_SRWLOCK_INIT
typedef RTL_SRWLOCK SRWLOCK, *PSRWLOCK;
#endif