Ver código fonte

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

git-svn-id: trunk@3475 -
florian 19 anos atrás
pai
commit
2f2c3c09fc
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      compiler/systems/i_win.pas

+ 1 - 1
compiler/systems/i_win.pas

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