diff options
author | Max Horn | 2002-12-01 20:29:20 +0000 |
---|---|---|
committer | Max Horn | 2002-12-01 20:29:20 +0000 |
commit | 5b188353de50190dea8df123891f5934d8d94ed7 (patch) | |
tree | 928ad300ed46278fcbe8eff9c8dcb94b45dcebf3 /common | |
parent | 791d92495e8f0ea29c9dbc28bebdb69143d8e050 (diff) | |
download | scummvm-rg350-5b188353de50190dea8df123891f5934d8d94ed7.tar.gz scummvm-rg350-5b188353de50190dea8df123891f5934d8d94ed7.tar.bz2 scummvm-rg350-5b188353de50190dea8df123891f5934d8d94ed7.zip |
OS X app bundle should contain static linked executable; 'bool' is part of the C++ standard
svn-id: r5795
Diffstat (limited to 'common')
-rw-r--r-- | common/scummsys.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/scummsys.h b/common/scummsys.h index 064e9212d1..8b0e7fea29 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -26,11 +26,6 @@ // TODO - use config.h, generated by configure //#include "config.h" -#if defined(HAVE_NO_BOOL) -typedef int bool; -const bool true(1), false(0); -#endif /* HAVE_NO_BOOL */ - #if defined(USE_MAD) || defined(USE_VORBIS) #define COMPRESSED_SOUND_FILE #endif |