소스 검색

* fix buildin on wince, resolves #19525

git-svn-id: trunk@17697 -
florian 14 년 전
부모
커밋
95b63aa583
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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}