diff options
author | michi_cc <michi_cc@openttd.org> | 2009-10-04 21:08:30 +0000 |
---|---|---|
committer | michi_cc <michi_cc@openttd.org> | 2009-10-04 21:08:30 +0000 |
commit | 5f67762a7f14d901984251da6c41ecdad63a049b (patch) | |
tree | b596067a15d866c491f0a6170fb3ab7f03b4e997 /src/video/cocoa | |
parent | 4f98178fcd110ebfc10fe42e609d27faf7105b73 (diff) | |
download | openttd-5f67762a7f14d901984251da6c41ecdad63a049b.tar.xz |
(svn r17706) -Codechange: [OSX] Rework the crash handling to use the common CrashLog infrastructure.
Diffstat (limited to 'src/video/cocoa')
-rw-r--r-- | src/video/cocoa/cocoa_v.mm | 1 | ||||
-rw-r--r-- | src/video/cocoa/wnd_quartz.mm | 1 | ||||
-rw-r--r-- | src/video/cocoa/wnd_quickdraw.mm | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/video/cocoa/cocoa_v.mm b/src/video/cocoa/cocoa_v.mm index 41dd4611b..44551cc89 100644 --- a/src/video/cocoa/cocoa_v.mm +++ b/src/video/cocoa/cocoa_v.mm @@ -16,6 +16,7 @@ #ifdef WITH_COCOA #include "../../stdafx.h" +#include "../../os/macosx/macos.h" #define Rect OTTDRect #define Point OTTDPoint diff --git a/src/video/cocoa/wnd_quartz.mm b/src/video/cocoa/wnd_quartz.mm index 95a2e981c..c159da7da 100644 --- a/src/video/cocoa/wnd_quartz.mm +++ b/src/video/cocoa/wnd_quartz.mm @@ -17,6 +17,7 @@ #ifdef ENABLE_COCOA_QUARTZ #include "../../stdafx.h" +#include "../../os/macosx/macos.h" #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4 diff --git a/src/video/cocoa/wnd_quickdraw.mm b/src/video/cocoa/wnd_quickdraw.mm index b3618cf81..8a7e7b45b 100644 --- a/src/video/cocoa/wnd_quickdraw.mm +++ b/src/video/cocoa/wnd_quickdraw.mm @@ -18,6 +18,7 @@ #define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_3 #include "../../stdafx.h" +#include "../../os/macosx/macos.h" #define Rect OTTDRect #define Point OTTDPoint |