* fixed compilation on non-Windows systems after r31035

git-svn-id: trunk@31043 -
This commit is contained in:
Jonas Maebe 2015-06-13 22:05:50 +00:00
parent e54d0a41af
commit d57a85a2de

View File

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