aboutsummaryrefslogtreecommitdiff
path: root/Src/replicant/nx/nxpath.h
blob: 61080cae1445455da421d4ee072a487e18a9aa67 (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once
#if   defined(__linux__)
#include "linux/nxpath.h"
#elif defined(_WIN32)
#include "win/nxpath.h"
#elif defined(__APPLE__)
#include "osx/nxpath.h"
#endif