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