aboutsummaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
authorMax Horn2002-05-05 20:04:26 +0000
committerMax Horn2002-05-05 20:04:26 +0000
commit2f2d4527efc63dffef87b2dd7826fde53a60897a (patch)
tree37fa0c90810a8db394ea2188379588e2cbf54141 /stdafx.h
parent816fe7116872ca65603aaf49340e55c89410507b (diff)
downloadscummvm-rg350-2f2d4527efc63dffef87b2dd7826fde53a60897a.tar.gz
scummvm-rg350-2f2d4527efc63dffef87b2dd7826fde53a60897a.tar.bz2
scummvm-rg350-2f2d4527efc63dffef87b2dd7826fde53a60897a.zip
cleaning up the mess drigo left... <sigh>
svn-id: r4215
Diffstat (limited to 'stdafx.h')
-rw-r--r--stdafx.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/stdafx.h b/stdafx.h
index 0528578301..667c0f8edb 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -2,6 +2,9 @@
* $Id$
*
* $Log$
+ * Revision 1.16 2002/05/05 20:04:25 fingolfin
+ * cleaning up the mess drigo left... <sigh>
+ *
* Revision 1.15 2002/05/05 19:06:51 drigo
* Fixed some things for Macintosh ports
*
@@ -132,7 +135,8 @@
#define SCUMMVM_PLATFORM_VERSION "X11 version"
#else
-#ifdef macintosh
+
+#ifdef MACOS_CARBON
#define SCUMMVM_PLATFORM_VERSION "Macintosh version"
#else