mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 16:49:31 +02:00
* change $if -> $ifdef
This commit is contained in:
parent
d54ecf3a0e
commit
93b7344459
@ -1,4 +1,10 @@
|
||||
{$if linux or win32}
|
||||
{$ifdef linux}
|
||||
{$define doit}
|
||||
{$endif}
|
||||
{$ifdef win32}
|
||||
{$define doit}
|
||||
{$endif}
|
||||
{$ifdef doit}
|
||||
library tbs0263;
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user