* fix compatibility with FPC 3.0 (Thaddy)
git-svn-id: https://svn.code.sf.net/p/kolmck/code@155 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07
This commit is contained in:
13
KOLDEF.inc
13
KOLDEF.inc
@ -380,6 +380,19 @@ That is all to have full compatibility.
|
|||||||
{$DEFINE _D7}
|
{$DEFINE _D7}
|
||||||
{$DEFINE _D7orHigher}
|
{$DEFINE _D7orHigher}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
{$IFDEF VER3}
|
||||||
|
// I should clean this up later.
|
||||||
|
{$DEFINE VER2}
|
||||||
|
{$DEFINE _D3orHigher}
|
||||||
|
{$DEFINE _D4orHigher}
|
||||||
|
{$DEFINE _D5orHigher}
|
||||||
|
{$DEFINE _D6orHigher}
|
||||||
|
{$DEFINE _D7}
|
||||||
|
{$DEFINE _D7orHigher}
|
||||||
|
{$DEFINE _D2005orHigher}
|
||||||
|
{$DEFINE _D2006orHigher}
|
||||||
|
{$DEFINE _D2007orHigher}
|
||||||
|
{$ENDIF}
|
||||||
{$ENDIF FPC}
|
{$ENDIF FPC}
|
||||||
|
|
||||||
{$IFNDEF _NOT_KOLCtrlWrapper_}
|
{$IFNDEF _NOT_KOLCtrlWrapper_}
|
||||||
|
Reference in New Issue
Block a user