소스 검색

* Fixed build with NO_THREADING on Windows.

Yuriy Sydorov 3 년 전
부모
커밋
fad6b0e489
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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}