Patch for mode delphi from Wimpie Nortje <wimpie@pudu.co.za>

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@734 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
christian_u
2009-03-10 18:38:27 +00:00
parent 7143b44fd1
commit ca65d27b5a
32 changed files with 128 additions and 16 deletions

View File

@@ -27,6 +27,10 @@ changed mail adress
unit flac;
{$ifdef fpc}
{$mode delphi}
{$endif}
interface
uses

View File

@@ -31,6 +31,10 @@ changed mail adress
unit lame;
{$ifdef fpc}
{$mode delphi}
{$endif}
interface
uses

View File

@@ -30,6 +30,10 @@ changed mail adress
unit mad;
{$ifdef fpc}
{$mode delphi}
{$endif}
interface
uses

View File

@@ -31,6 +31,10 @@ changed mail adress
unit ogg;
{$ifdef fpc}
{$mode delphi}
{$endif}
interface
uses

View File

@@ -36,6 +36,10 @@ changed mail adress
unit vorbiscodec;
{$ifdef fpc}
{$mode delphi}
{$endif}
interface
uses

View File

@@ -32,6 +32,10 @@ changed mail adress
unit vorbisenc;
{$ifdef fpc}
{$mode delphi}
{$endif}
interface
uses

View File

@@ -43,6 +43,9 @@ changed mail adress
unit vorbisfile;
{$ifdef fpc}
{$mode delphi}
{$endif}
interface