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