* change $if -> $ifdef

This commit is contained in:
peter 1999-12-08 01:00:16 +00:00
parent d54ecf3a0e
commit 93b7344459

View File

@ -1,4 +1,10 @@
{$if linux or win32}
{$ifdef linux}
{$define doit}
{$endif}
{$ifdef win32}
{$define doit}
{$endif}
{$ifdef doit}
library tbs0263;
{