aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/other
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-13 08:14:09 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-13 08:14:09 +0000
commit0bde0509f1c7911c3eaf64f7fa1442349859e942 (patch)
tree660758e29079010bfea09f7737841312fdd11863 /src/lib/other
parent48df7152463a3a5041c95a3263c969f0c0449524 (diff)
downloadusdx-0bde0509f1c7911c3eaf64f7fa1442349859e942.tar.gz
usdx-0bde0509f1c7911c3eaf64f7fa1442349859e942.tar.xz
usdx-0bde0509f1c7911c3eaf64f7fa1442349859e942.zip
Missing FPC Delphi-Mode defines added
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1373 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/other')
-rw-r--r--src/lib/other/WinAllocation.pas4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/other/WinAllocation.pas b/src/lib/other/WinAllocation.pas
index 7c26a0e5..ba1b0919 100644
--- a/src/lib/other/WinAllocation.pas
+++ b/src/lib/other/WinAllocation.pas
@@ -12,6 +12,10 @@ unit WinAllocation;
interface
+{$IFDEF FPC}
+ {$MODE Delphi}
+{$ENDIF}
+
uses
Classes,
Windows;