[ox/fs] Make PassthroughFS presence define more export freindly
This commit is contained in:
parent
08483e6e2f
commit
84ee494834
@ -8,7 +8,7 @@
|
||||
|
||||
#include "passthroughfs.hpp"
|
||||
|
||||
#if defined(OX_PASSTHROUGHFS_HAS_DEPENDENCIES)
|
||||
#if defined(OX_HAS_PASSTHROUGHFS)
|
||||
|
||||
#include <fstream>
|
||||
|
||||
|
@ -13,11 +13,11 @@
|
||||
#include <filesystem>
|
||||
#include <string>
|
||||
|
||||
#define OX_PASSTHROUGHFS_HAS_DEPENDENCIES
|
||||
#define OX_HAS_PASSTHROUGHFS
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef OX_PASSTHROUGHFS_HAS_DEPENDENCIES
|
||||
#ifdef OX_HAS_PASSTHROUGHFS
|
||||
|
||||
#include "filesystem.hpp"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user