historical/toontown-classic.git/panda/include/parser-inc/synchapi.h

11 lines
146 B
C
Raw Normal View History

2024-01-16 11:20:27 -06:00
#ifndef SYNCHAPI_H
#define SYNCHAPI_H
#include "winnt.h"
#define SRWLOCK_INIT RTL_SRWLOCK_INIT
typedef RTL_SRWLOCK SRWLOCK, *PSRWLOCK;
#endif