mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 00:40:43 +01:00
IDE: append -dWIN9XPLATFORM when building IDE on win9x for win32
git-svn-id: trunk@47818 -
This commit is contained in:
parent
93f0b1ffd6
commit
197c476d02
@ -793,6 +793,7 @@ begin
|
||||
|
||||
{$IFDEF Windows}
|
||||
if (fProfile.TargetPlatform=lpWin32)
|
||||
and (Win32MajorVersion <=4)
|
||||
and (Win32Platform = VER_PLATFORM_WIN32_WINDOWS) then
|
||||
AppendExtraOption('-dWIN9XPLATFORM');
|
||||
{$ENDIF}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user