winamp/Src/replicant/nx/win/nxsleep.h

18 lines
267 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#pragma once
#include "nx/nxapi.h"
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
#ifdef __cplusplus
extern "C" {
#endif
NX_API int NXSleep(unsigned int milliseconds);
NX_API int NXSleepYield(void);
#ifdef __cplusplus
}
#endif