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"