Explorar o código

* Fixed build with NO_THREADING on Windows.

Yuriy Sydorov %!s(int64=3) %!d(string=hai) anos
pai
achega
fad6b0e489
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      packages/fpmkunit/src/fpmkunit.pp

+ 3 - 3
packages/fpmkunit/src/fpmkunit.pp

@@ -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}