Explorar o código

* fixed non wince execution

git-svn-id: trunk@4859 -
florian %!s(int64=19) %!d(string=hai) anos
pai
achega
c0336595b6
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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