+ Removed HASGLOBALPROPERTY define

git-svn-id: trunk@247 -
This commit is contained in:
michael 2005-06-07 20:52:42 +00:00
parent 919b18f280
commit a44d5f5c13
3 changed files with 0 additions and 6 deletions

View File

@ -22,9 +22,7 @@ type libcint = longint;
function fpgetCerrno:libcint;
procedure fpsetCerrno(err:libcint);
{$ifdef HASGLOBALPROPERTY}
property cerrno:libcint read fpgetCerrno write fpsetcerrno;
{$endif HASGLOBALPROPERTY}
implementation

View File

@ -22,9 +22,7 @@ type libcint = longint;
function fpgetCerrno:libcint;
procedure fpsetCerrno(err:libcint);
{$ifdef HASGLOBALPROPERTY}
property cerrno:libcint read fpgetCerrno write fpsetcerrno;
{$endif HASGLOBALPROPERTY}
implementation

View File

@ -23,9 +23,7 @@ type libcint = longint;
function fpgetCerrno:libcint;
procedure fpsetCerrno(err:libcint);
{$ifdef HASGLOBALPROPERTY}
property cerrno:libcint read fpgetCerrno write fpsetcerrno;
{$endif HASGLOBALPROPERTY}
const clib = 'c';