fix for defines
git-svn-id: http://code.remobjects.com/svn/pascalscript@134 5c9d2617-0215-0410-a2ee-e80e04d1c6d8
This commit is contained in:
parent
c1eca8c038
commit
ca29fd7600
@ -61,14 +61,14 @@ Defines:
|
||||
{$DEFINE PS_HAVEVARIANT}
|
||||
{$DEFINE PS_DYNARRAY}
|
||||
{$DEFINE PS_NOIDISPATCH}
|
||||
{$if (fpc_version=2) and (fpc_release>=3) and (fpc_patch>=1)}
|
||||
{$if defined(fpc_version) and defined(fpc_patch) and defined(fpc_release) and (fpc_version=2) and (fpc_release>=3) and (fpc_patch>=1)}
|
||||
{$UNDEF FPC_OLD_FIX}
|
||||
{$UNDEF PS_FPCSTRINGWORKAROUND}
|
||||
{FreePascal 2.3.1 and above has much Delphi compatibility bugs fixed}
|
||||
{$else}
|
||||
{$DEFINE FPC_OLD_FIX}
|
||||
{$DEFINE PS_FPCSTRINGWORKAROUND}
|
||||
{$endif}
|
||||
{$ifend}
|
||||
{$DEFINE DELPHI3UP}
|
||||
{$DEFINE DELPHI6UP}
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user