2024-06-23 17:36:53 +08:00

17 lines
112 B
C

#ifndef _XSLEEP_H_
#define _XSLEEP_H_
void XSleep(int nWaitInMSecs);
#endif // _XSLEEP_H_