Browse Source

* win32 fix

peter 22 years ago
parent
commit
b689c5c13e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      tests/test/cg/tprintf.pp

+ 4 - 0
tests/test/cg/tprintf.pp

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