* Fixed build with NO_THREADING on Windows.

This commit is contained in:
Yuriy Sydorov 2021-11-22 17:38:45 +02:00
parent e132ae2fee
commit fad6b0e489

View File

@ -83,13 +83,13 @@ uses
{$ifdef UNIX}
BaseUnix,
{$endif UNIX}
{$ifdef WINDOWS}
windows,
{$endif WINDOWS}
{$ifndef NO_THREADING}
{$ifdef UNIX}
cthreads,
{$endif UNIX}
{$ifdef WINDOWS}
windows,
{$endif WINDOWS}
{$endif NO_THREADING}
SysUtils, Classes
{$ifdef HAS_UNIT_PROCESS}