2
0
Эх сурвалжийг харах

haiku: enable usestime for x86_64 as well

git-svn-id: trunk@40755 -
Károly Balogh 6 жил өмнө
parent
commit
a6cd62b358

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