瀏覽代碼

* cprefix is empty for arm-wince.

git-svn-id: trunk@4076 -
yury 19 年之前
父節點
當前提交
0fcb76dc89
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/systems/i_win.pas

+ 1 - 1
compiler/systems/i_win.pas

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