mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:29:39 +02:00
+ define USE_C for all targets but win32
This commit is contained in:
parent
329c55ed38
commit
8744523b9b
@ -28,6 +28,7 @@ unit Tcl80;
|
|||||||
{$IFNDEF WIN32}
|
{$IFNDEF WIN32}
|
||||||
{$LINKLIB c}
|
{$LINKLIB c}
|
||||||
{$LINKLIB m}
|
{$LINKLIB m}
|
||||||
|
{$define USE_C}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
{$PACKRECORDS C}
|
{$PACKRECORDS C}
|
||||||
|
Loading…
Reference in New Issue
Block a user