Prechádzať zdrojové kódy

* fixed defines separator

git-svn-id: trunk@28877 -
Jonas Maebe 11 rokov pred
rodič
commit
7398f8d507
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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';