aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/MacOSX/Platform.inc
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/MacOSX/Platform.inc')
-rwxr-xr-xGame/Code/MacOSX/Platform.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/Game/Code/MacOSX/Platform.inc b/Game/Code/MacOSX/Platform.inc
new file mode 100755
index 00000000..7f028a12
--- /dev/null
+++ b/Game/Code/MacOSX/Platform.inc
@@ -0,0 +1,13 @@
+
+{$IFDEF FPC}
+ {$MODE DELPHI}
+ {$H+}
+ {$R-}
+ {$DEFINE DLL_CDECL}
+ {$DEFINE MACOS}
+ {$DEFINE WIN32}
+ {$DEFINE TRANSLATE}
+{$ELSE}
+ {$DEFINE DLL_STDCALL}
+{$ENDIF}
+