소스 검색

* fixed bootstrapping with 2.0.x

git-svn-id: trunk@3473 -
florian 19 년 전
부모
커밋
34176d3d9a
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      rtl/objpas/sysutils/datih.inc

+ 2 - 1
rtl/objpas/sysutils/datih.inc

@@ -78,7 +78,8 @@ const
    }
 
 type
-{$ifndef windows}
+{ windows isn't defined in 2.0.2 (FK) }
+{$if not(defined(windows)) and not(defined(win32))}
    { Win32 reuses the struct from the Windows unit }
    TSystemTime = record
       Year, Month, Day: word;