From 618c77610165a24ff728522a57bac01c8edd0006 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 (synced from 84ee49483453fb480634f9bfbc60ca5e686ebce3) --- src/ox/fs/filesystem/passthroughfs.cpp | 2 +- src/ox/fs/filesystem/passthroughfs.hpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ox/fs/filesystem/passthroughfs.cpp b/src/ox/fs/filesystem/passthroughfs.cpp index 0ecd65a1b..f1bf71e7c 100644 --- a/src/ox/fs/filesystem/passthroughfs.cpp +++ b/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/src/ox/fs/filesystem/passthroughfs.hpp b/src/ox/fs/filesystem/passthroughfs.hpp index 5456d2c8b..1c00313b9 100644 --- a/src/ox/fs/filesystem/passthroughfs.hpp +++ b/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"