* fix buildin on wince, resolves #19525

git-svn-id: trunk@17697 -
This commit is contained in:
florian 2011-06-08 17:43:28 +00:00
parent 9f919b942a
commit 95b63aa583

View File

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