ソースを参照

* fixed non wince execution

git-svn-id: trunk@4859 -
florian 19 年 前
コミット
c0336595b6
1 ファイル変更1 行追加2 行削除
  1. 1 2
      tests/test/cg/tprintf.pp

+ 1 - 2
tests/test/cg/tprintf.pp

@@ -11,10 +11,9 @@ const
 {$ifdef wince}
   CrtLib = 'coredll.dll';
 {$else}
-  CrtLib = 'coredll.dll';
+  CrtLib = 'msvcrt.dll';
 {$endif}
 
-{ $linklib msvcrt}
 procedure printf(const formatstr : pchar; const args : array of const);cdecl; external CrtLib name 'printf';
 procedure sprintf(p : pchar;const formatstr : pchar; const args : array of const);cdecl; external CrtLib name 'sprintf';
 const