summaryrefslogtreecommitdiffstats
path: root/qtools
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-11-04 19:21:44 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-11-11 19:20:39 (GMT)
commit7167ab59c1160324861b18c12e45f8f1375718e0 (patch)
tree703b621cbd374a990b2d2c432deb43a5dc0116bb /qtools
parent31198c214de4f4a8f8935426574e9fa0eb0cf27e (diff)
downloadDoxygen-7167ab59c1160324861b18c12e45f8f1375718e0.zip
Doxygen-7167ab59c1160324861b18c12e45f8f1375718e0.tar.gz
Doxygen-7167ab59c1160324861b18c12e45f8f1375718e0.tar.bz2
Added compile support for Mavericks
Diffstat (limited to 'qtools')
-rw-r--r--qtools/qglobal.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/qtools/qglobal.h b/qtools/qglobal.h
index 9a97015..024b40c 100644
--- a/qtools/qglobal.h
+++ b/qtools/qglobal.h
@@ -95,7 +95,10 @@
# if !defined(MAC_OS_X_VERSION_10_8)
# define MAC_OS_X_VERSION_10_8 MAC_OS_X_VERSION_10_7 + 10
# endif
-# if (MAC_OS_X_VERSION_MAX_ALLOWED > MAC_OS_X_VERSION_10_8)
+# if !defined(MAC_OS_X_VERSION_10_9)
+# define MAC_OS_X_VERSION_10_9 MAC_OS_X_VERSION_10_8 + 10
+# endif
+# if (MAC_OS_X_VERSION_MAX_ALLOWED > MAC_OS_X_VERSION_10_9)
# warning "This version of Mac OS X is unsupported"
# endif
#elif defined(MSDOS) || defined(_MSDOS) || defined(__MSDOS__)