SUPERNOVA: Attempt to fix compilation for Nintendo Switch

This commit is contained in:
Thierry Crozat 2019-07-28 15:37:11 +01:00
parent 731965589b
commit b2db0d910e

View File

@ -23,6 +23,11 @@
#ifndef SUPERNOVA_MSN_DEF_H
#define SUPERNOVA_MSN_DEF_H
// Avoid error on expansion of macro switch in the ObjectID enum below
#ifdef SWITCH
#undef SWITCH
#endif
#include "common/scummsys.h"
namespace Supernova {