Explorar o código

* fix buildin on wince, resolves #19525

git-svn-id: trunk@17697 -
florian %!s(int64=14) %!d(string=hai) anos
pai
achega
95b63aa583
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      utils/instantfpc/instantfptools.pas

+ 2 - 2
utils/instantfpc/instantfptools.pas

@@ -4,10 +4,10 @@ unit InstantFPTools;
 
 {$define UseFpExecV}
 
-{$ifdef MSWINDOWS}
+{$ifdef WINDOWS}
   {$undef UseFpExecV}
   {$define HASEXEEXT}
-{$endif MSWINDOWS}
+{$endif WINDOWS}
 {$ifdef go32v2}
   {$undef UseFpExecV}
   {$define HASEXEEXT}