mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 00:45:10 +00:00
SUPERNOVA: Attempt to fix compilation for Nintendo Switch
This commit is contained in:
parent
731965589b
commit
b2db0d910e
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user