haiku: enable usestime for x86_64 as well

git-svn-id: trunk@40755 -
This commit is contained in:
Károly Balogh 2019-01-04 02:46:27 +00:00
parent efba70f82b
commit a6cd62b358

View File

@ -12,7 +12,7 @@
**********************************************************************}
{$ifdef beos}
{$ifdef i386}
{$if defined(i386) or defined(x86_64)}
{$define usestime}
{$endif}
{$endif}