mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 04:33:09 +00:00
cleanup
svn-id: r5552
This commit is contained in:
parent
bba16ed775
commit
981cad2d0e
@ -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);
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user