mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 16:55:46 -04:00
Initial community commit
This commit is contained in:
8
Src/replicant/nx/nxsleep.h
Normal file
8
Src/replicant/nx/nxsleep.h
Normal file
@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#if defined(__linux__)
|
||||
#include "linux/nxsleep.h"
|
||||
#elif defined(_WIN32)
|
||||
#include "win/nxsleep.h"
|
||||
#elif defined(__APPLE__)
|
||||
#include "osx/nxsleep.h"
|
||||
#endif
|
Reference in New Issue
Block a user