[ox/fs] Fix PassthroughFS to pull in defines from header before check
This commit is contained in:
parent
ee9cdbe1e7
commit
d4212abe3b
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user