UPD: Make objfpc default mode (for new units).

This commit is contained in:
cobines 2010-04-08 13:00:26 +00:00
commit 285eb3171d
4 changed files with 4 additions and 2 deletions

View file

@ -684,7 +684,6 @@
</SearchPaths>
<Parsing>
<SyntaxOptions>
<SyntaxMode Value="Delphi"/>
<IncludeAssertionCode Value="True"/>
<UseAnsiStrings Value="True"/>
</SyntaxOptions>

View file

@ -677,7 +677,6 @@
</SearchPaths>
<Parsing>
<SyntaxOptions>
<SyntaxMode Value="Delphi"/>
<IncludeAssertionCode Value="True"/>
<UseAnsiStrings Value="True"/>
</SyntaxOptions>

View file

@ -31,6 +31,8 @@
unit uNTFSLinks;
{$mode delphi}
interface
uses

View file

@ -16,6 +16,8 @@
unit uIcoFiles;
{$mode delphi}
interface
uses