mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-08 04:27:26 +01:00
go32v2 must also define NO_THREADING, as threads are not supported on this target
git-svn-id: trunk@29314 -
This commit is contained in:
parent
3e9c4a79a5
commit
dde2207866
@ -48,6 +48,7 @@ Interface
|
||||
|
||||
{$IFDEF GO32V2}
|
||||
{$DEFINE NO_UNIT_PROCESS}
|
||||
{$DEFINE NO_THREADING}
|
||||
{$ENDIF GO32V2}
|
||||
|
||||
{$IFDEF NETBSD}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user