소스 검색

* fixed compilation on non-Windows systems after r31035

git-svn-id: trunk@31043 -
Jonas Maebe 10 년 전
부모
커밋
d57a85a2de
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/objpas/sysutils/datih.inc

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

@@ -90,7 +90,7 @@ var
 
 type
 { windows isn't defined in 2.0.2 (FK) }
-{$if not(defined(windows)) and not(defined(win32))}
+{$if defined(windows) or defined(win32)}
    { Win32 reuses the struct from the Windows unit }
 {$DEFINE HAS_SYSTEMTIME}
 {$endif windows}