From 84ee49483453fb480634f9bfbc60ca5e686ebce3 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sun, 12 Jan 2020 20:43:39 -0600 Subject: [PATCH] [ox/fs] Make PassthroughFS presence define more export freindly --- deps/ox/src/ox/fs/filesystem/passthroughfs.cpp | 2 +- deps/ox/src/ox/fs/filesystem/passthroughfs.hpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/ox/src/ox/fs/filesystem/passthroughfs.cpp b/deps/ox/src/ox/fs/filesystem/passthroughfs.cpp index 0ecd65a1..f1bf71e7 100644 --- a/deps/ox/src/ox/fs/filesystem/passthroughfs.cpp +++ b/deps/ox/src/ox/fs/filesystem/passthroughfs.cpp @@ -8,7 +8,7 @@ #include "passthroughfs.hpp" -#if defined(OX_PASSTHROUGHFS_HAS_DEPENDENCIES) +#if defined(OX_HAS_PASSTHROUGHFS) #include diff --git a/deps/ox/src/ox/fs/filesystem/passthroughfs.hpp b/deps/ox/src/ox/fs/filesystem/passthroughfs.hpp index 5456d2c8..1c00313b 100644 --- a/deps/ox/src/ox/fs/filesystem/passthroughfs.hpp +++ b/deps/ox/src/ox/fs/filesystem/passthroughfs.hpp @@ -13,11 +13,11 @@ #include #include -#define OX_PASSTHROUGHFS_HAS_DEPENDENCIES +#define OX_HAS_PASSTHROUGHFS #endif -#ifdef OX_PASSTHROUGHFS_HAS_DEPENDENCIES +#ifdef OX_HAS_PASSTHROUGHFS #include "filesystem.hpp"