mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 21:50:18 +02:00
* Fixed build with NO_THREADING on Windows.
This commit is contained in:
parent
e132ae2fee
commit
fad6b0e489
@ -83,13 +83,13 @@ uses
|
|||||||
{$ifdef UNIX}
|
{$ifdef UNIX}
|
||||||
BaseUnix,
|
BaseUnix,
|
||||||
{$endif UNIX}
|
{$endif UNIX}
|
||||||
|
{$ifdef WINDOWS}
|
||||||
|
windows,
|
||||||
|
{$endif WINDOWS}
|
||||||
{$ifndef NO_THREADING}
|
{$ifndef NO_THREADING}
|
||||||
{$ifdef UNIX}
|
{$ifdef UNIX}
|
||||||
cthreads,
|
cthreads,
|
||||||
{$endif UNIX}
|
{$endif UNIX}
|
||||||
{$ifdef WINDOWS}
|
|
||||||
windows,
|
|
||||||
{$endif WINDOWS}
|
|
||||||
{$endif NO_THREADING}
|
{$endif NO_THREADING}
|
||||||
SysUtils, Classes
|
SysUtils, Classes
|
||||||
{$ifdef HAS_UNIT_PROCESS}
|
{$ifdef HAS_UNIT_PROCESS}
|
||||||
|
Loading…
Reference in New Issue
Block a user