Selaa lähdekoodia

haiku: enable usestime for x86_64 as well

git-svn-id: trunk@40755 -
Károly Balogh 6 vuotta sitten
vanhempi
commit
a6cd62b358
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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}