aboutsummaryrefslogtreecommitdiff
path: root/Src/replicant/nx/nxmutablestring.h
blob: 100af7e92914d1ea980c8976f280e03d8ccfe4c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
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