|
@@ -236,7 +236,7 @@ begin
|
|
|
// enable for all platforms once http://bugs.freepascal.org/view.php?id=16884
|
|
|
// is fixed for all platforms (in case the fix for non-unix platforms also
|
|
|
// requires this field at least)
|
|
|
-{$if defined(unix) or defined(windows) or defined(os2)}
|
|
|
+{$if defined(unix) or defined(windows) or defined(os2) or defined(hasamiga)}
|
|
|
if not FExternalThread and not FInitialSuspended then
|
|
|
Resume;
|
|
|
{$endif}
|