* win32 fix

This commit is contained in:
peter 2002-12-23 20:13:33 +00:00
parent a79c9b019e
commit b689c5c13e

View File

@ -3,7 +3,11 @@
{$mode objfpc}
{$ifdef win32}
{$linklib msvcrt}
{$else}
{$linklib c}
{$endif}
uses
strings;