Browse Source

* fix buildin on wince, resolves #19525

git-svn-id: trunk@17697 -
florian 14 năm trước cách đây
mục cha
commit
95b63aa583
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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}