diff options
author | Chris Apers | 2005-11-05 18:28:30 +0000 |
---|---|---|
committer | Chris Apers | 2005-11-05 18:28:30 +0000 |
commit | 3fe9730fc9c3f3f0f6b980b97a0792eed89af250 (patch) | |
tree | d94a63290f5d2dd7cb328aae1f343d4f89022985 | |
parent | dffc9986fa0d3032e0a8f7a473e25b93f0798064 (diff) | |
download | scummvm-rg350-3fe9730fc9c3f3f0f6b980b97a0792eed89af250.tar.gz scummvm-rg350-3fe9730fc9c3f3f0f6b980b97a0792eed89af250.tar.bz2 scummvm-rg350-3fe9730fc9c3f3f0f6b980b97a0792eed89af250.zip |
Prevent conflic with Sky def
svn-id: r19470
-rw-r--r-- | common/scummsys.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/scummsys.h b/common/scummsys.h index 0cfa146192..9472c58807 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -184,6 +184,8 @@ #if !defined(COMPILE_ZODIAC) && !defined(PALMOS_ARM) #define NEWGUI_256 +#else + #undef UNUSED #endif #elif defined(__MORPHOS__) |