aMule Forum

English => en_Bugs => Topic started by: Guest on December 02, 2003, 01:31:17 PM

Title: aMule on x86_64
Post by: Guest on December 02, 2003, 01:31:17 PM
Hi,

aMule saved servers.met almost every second here. This fixed it.

diff -pru aMule-1.2.0/src/otherfunctions.h aMule-1.2.0.fixed/src/otherfunctions.h
--- aMule-1.2.0/src/otherfunctions.h    2003-11-24 00:51:43.000000000 -0500
+++ aMule-1.2.0.fixed/src/otherfunctions.h      2003-12-02 13:15:26.000000000 -0500
@@ -119,7 +119,7 @@ __inline int CompareUnsigned(uint32 uSiz
        return 0;
 }
 
-inline long GetTickCount()
+inline uint32 GetTickCount()
 {
   struct timeval aika;
   gettimeofday(&aika,NULL);
diff -pru aMule-1.2.0/src/updownclient.h aMule-1.2.0.fixed/src/updownclient.h
--- aMule-1.2.0/src/updownclient.h      2003-11-24 02:57:05.000000000 -0500
+++ aMule-1.2.0.fixed/src/updownclient.h        2003-12-02 13:15:26.000000000 -0500
@@ -30,7 +30,6 @@
 class CPartFile;
 class CKnownFile;
 typedef unsigned char byte;
-extern inline long GetTickCount();
 
 
 // uploadstate
Title: Re: aMule on x86_64
Post by: BigBob on December 02, 2003, 05:02:29 PM
Hi Guest  :wink:

First of all, many thanks for your contribution to aMule, i'm currently applying your patch, test and commit in cvs.

I'm glad to see a user running aMule on x86_64, how does it work ?

A++

PS : can you send me a mail (look on Home page, Contact -> Creteil) with your name or nick, then i can put Credit where it's due in Changelog ...