mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-28 20:39:27 +02:00
* win32 fix
This commit is contained in:
parent
a79c9b019e
commit
b689c5c13e
@ -3,7 +3,11 @@
|
||||
{$mode objfpc}
|
||||
|
||||
|
||||
{$ifdef win32}
|
||||
{$linklib msvcrt}
|
||||
{$else}
|
||||
{$linklib c}
|
||||
{$endif}
|
||||
|
||||
uses
|
||||
strings;
|
||||
|
Loading…
Reference in New Issue
Block a user