go32v2 must also define NO_THREADING, as threads are not supported on this target

git-svn-id: trunk@29314 -
This commit is contained in:
pierre 2014-12-23 16:12:06 +00:00
parent 3e9c4a79a5
commit dde2207866

View File

@ -48,6 +48,7 @@ Interface
{$IFDEF GO32V2}
{$DEFINE NO_UNIT_PROCESS}
{$DEFINE NO_THREADING}
{$ENDIF GO32V2}
{$IFDEF NETBSD}