aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/collections/CollArray.pas
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-01-12 23:33:28 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-01-12 23:33:28 +0000
commite2de312e82083e1ac62006d3552f05a8ab88253b (patch)
tree210b64d4d17dec3bd6a2f3ca373c8cfbfb7ec2ab /src/lib/collections/CollArray.pas
parentdc71ad22a7e3bb2592e360a533843ca7aa88b1f8 (diff)
downloadusdx-e2de312e82083e1ac62006d3552f05a8ab88253b.tar.gz
usdx-e2de312e82083e1ac62006d3552f05a8ab88253b.tar.xz
usdx-e2de312e82083e1ac62006d3552f05a8ab88253b.zip
FPC compatibility fixes
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1571 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/collections/CollArray.pas')
-rw-r--r--src/lib/collections/CollArray.pas9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/collections/CollArray.pas b/src/lib/collections/CollArray.pas
index a80bc373..a10ba905 100644
--- a/src/lib/collections/CollArray.pas
+++ b/src/lib/collections/CollArray.pas
@@ -29,14 +29,19 @@ unit CollArray;
*
* Revision 1.0 by: Matthew Greet Rev date: 01/03/03 10:50:02
* Initial revision.
- *
+ *
+ * FPC compatibility fixes by: UltraStar Deluxe Team
+ *
* $Endlog$
*****************************************************************************)
+{$IFDEF FPC}
+ {$MODE Delphi}{$H+}
+{$ENDIF}
+
interface
uses
- Windows,
Collections;
type