IDE: disabled fake methods for FPC 2.0.x

git-svn-id: trunk@12899 -
This commit is contained in:
mattias 2007-11-16 19:14:12 +00:00
parent 9f7675596c
commit 878c6047c0

View File

@ -30,5 +30,9 @@
{$define EnableNewDialogs}
{$endif}
{$IFDEF VER2_0}
{$DEFINE DisableFakeMethods}
{$ENDIF}
// end.