svn-id: r5552
This commit is contained in:
Max Horn 2002-11-14 15:00:52 +00:00
parent bba16ed775
commit 981cad2d0e
2 changed files with 1 additions and 2 deletions

View File

@ -180,7 +180,6 @@ int main(int argc, char *argv[])
prop.caption = "ScummVM";
system->property(OSystem::PROP_SET_WINDOW_CAPTION, &prop);
// Create the GUI manager
g_gui = new NewGui(system);

View File

@ -91,7 +91,7 @@ const bool true(1), false(0);
#define START_PACK_STRUCTS pack (push,1)
#define END_PACK_STRUCTS pack(pop)
#elif defined(UNIX) || defined(__APPLE__)
#elif defined(UNIX)
#define scumm_stricmp strcasecmp