Browse Source

haiku: enable usestime for x86_64 as well

git-svn-id: trunk@40755 -
Károly Balogh 6 năm trước cách đây
mục cha
commit
a6cd62b358
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      rtl/haiku/settimeo.inc

+ 1 - 1
rtl/haiku/settimeo.inc

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