[ox/fs] Make PassthroughFS presence define more export freindly

This commit is contained in:
Gary Talent 2020-01-12 20:43:39 -06:00
parent 08483e6e2f
commit 84ee494834
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
#include "passthroughfs.hpp"
#if defined(OX_PASSTHROUGHFS_HAS_DEPENDENCIES)
#if defined(OX_HAS_PASSTHROUGHFS)
#include <fstream>

View File

@ -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"