Bläddra i källkod

* fixed defines separator

git-svn-id: trunk@28877 -
Jonas Maebe 11 år sedan
förälder
incheckning
7398f8d507
1 ändrade filer med 1 tillägg och 1 borttagningar
  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';