瀏覽代碼

* fixed defines separator

git-svn-id: trunk@28877 -
Jonas Maebe 11 年之前
父節點
當前提交
7398f8d507
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/systems/i_nativent.pas

+ 1 - 1
compiler/systems/i_nativent.pas

@@ -42,7 +42,7 @@ unit i_nativent;
                             tf_dwarf_only_local_labels];
             cpu          : cpu_i386;
             unit_env     : 'NTUNITS';
-            extradefines : 'NATIVENT,FPC_OS_UNICODE';
+            extradefines : 'NATIVENT;FPC_OS_UNICODE';
             exeext       : '.exe';
             defext       : '.def';
             scriptext    : '.bat';