From 81b364fbb3b94b513c4250efaba1b29c7998ae21 Mon Sep 17 00:00:00 2001 From: Le Philousophe Date: Mon, 23 Sep 2019 12:52:38 +0200 Subject: WII: Add time.h to forbidden symbols exceptions As network.h includes time.h, we must add this exception. We can't include network.h before scummsys.h as inclusion depends on definitions located in config.h which is loaded by scummsys.h. --- backends/fs/wii/wii-fs-factory.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'backends') diff --git a/backends/fs/wii/wii-fs-factory.cpp b/backends/fs/wii/wii-fs-factory.cpp index f234c1e300..ca4c3d3d88 100644 --- a/backends/fs/wii/wii-fs-factory.cpp +++ b/backends/fs/wii/wii-fs-factory.cpp @@ -24,6 +24,7 @@ #define FORBIDDEN_SYMBOL_EXCEPTION_printf #define FORBIDDEN_SYMBOL_EXCEPTION_getcwd +#define FORBIDDEN_SYMBOL_EXCEPTION_time_h #include -- cgit v1.2.3