Bläddra i källkod

* fixed compilation on non-Windows systems after r31035

git-svn-id: trunk@31043 -
Jonas Maebe 10 år sedan
förälder
incheckning
d57a85a2de
1 ändrade filer med 1 tillägg och 1 borttagningar
  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}