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

9 lines
150 B
C

#ifndef RESRV_H
#define RESRV_H
extern CRITICAL_SECTION g_csInit;
BOOL StartExecServerThread(void);
BOOL StopExecServerThread(void);
#endif