Explorar o código

* MS-C uses no _ prefix for symbols on win64

git-svn-id: trunk@3475 -
florian %!s(int64=19) %!d(string=hai) anos
pai
achega
2f2c3c09fc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/systems/i_win.pas

+ 1 - 1
compiler/systems/i_win.pas

@@ -114,7 +114,7 @@ unit i_win;
             staticClibext : '.a';
             staticClibprefix : 'lib';
             sharedClibprefix : '';
-            Cprefix      : '_';
+            Cprefix      : '';
             newline      : #13#10;
             dirsep       : '\';
             assem        : as_x86_64_pecoff;