11 lines
146 B
C
11 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
|