[ox/fs] Fix PassthroughFS to pull in defines from header before check

This commit is contained in:
Gary Talent 2019-07-07 22:08:39 -05:00
parent ee9cdbe1e7
commit d4212abe3b

View File

@ -6,12 +6,12 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#if OX_PASSTHROUGHFS_HAS_DEPENDENCIES && defined(OX_USE_STDLIB)
#include "passthroughfs.hpp"
#if defined(OX_PASSTHROUGHFS_HAS_DEPENDENCIES)
#include <stdio.h>
#include "passthroughfs.hpp"
namespace ox {
PassThroughFS::PassThroughFS(const char *dirPath) {