mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 20:35:46 -04:00
Initial community commit
This commit is contained in:
17
Src/replicant/nx/win/nxsleep.h
Normal file
17
Src/replicant/nx/win/nxsleep.h
Normal file
@ -0,0 +1,17 @@
|
||||
#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
|
Reference in New Issue
Block a user