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