mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-14 01:19:59 +00:00
fixe v 3
This commit is contained in:
parent
d8772156a7
commit
174b528082
@ -4,12 +4,15 @@
|
||||
#include <string>
|
||||
#include <boost/filesystem.hpp>
|
||||
|
||||
#if defined(__UNIX__) || defined(__FreeBSD__)
|
||||
#if defined(__linux__) || defined(__FreeBSD__)
|
||||
#ifdef NOT_ANDROID
|
||||
#include <components/files/linuxpath.hpp>
|
||||
namespace Files { typedef LinuxPath TargetPathType; }
|
||||
#elif defined (__ANDROID__)
|
||||
#else
|
||||
|
||||
#include <components/files/androidpath.hpp>
|
||||
namespace Files { typedef AndroidPath TargetPathType; }
|
||||
#endif
|
||||
#elif defined(__WIN32) || defined(__WINDOWS__) || defined(_WIN32)
|
||||
#include <components/files/windowspath.hpp>
|
||||
namespace Files { typedef WindowsPath TargetPathType; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user