Explorar el Código

haiku: enable usestime for x86_64 as well

git-svn-id: trunk@40755 -
Károly Balogh hace 6 años
padre
commit
a6cd62b358
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}