aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/MacOSX/Platform.inc
blob: 7f028a12d66c61561db1236b9ede3449ee14a18f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{$IFDEF FPC}
  {$MODE DELPHI}
  {$H+}
  {$R-}
  {$DEFINE DLL_CDECL}
  {$DEFINE MACOS}
  {$DEFINE WIN32}
  {$DEFINE TRANSLATE}
{$ELSE}
  {$DEFINE DLL_STDCALL}
{$ENDIF}