Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r62754:e63fd73a1951
Date: 2013-03-25 13:09 -0700
http://bitbucket.org/pypy/pypy/changeset/e63fd73a1951/

Log:    (weirdo) fix mingw_x64

diff --git a/rpython/translator/c/src/thread_nt.c 
b/rpython/translator/c/src/thread_nt.c
--- a/rpython/translator/c/src/thread_nt.c
+++ b/rpython/translator/c/src/thread_nt.c
@@ -29,7 +29,7 @@
  * Return the thread Id instead of an handle. The Id is said to uniquely
    identify the thread in the system
  */
-int RPyThreadGetIdent()
+long RPyThreadGetIdent()
 {
   return GetCurrentThreadId();
 }
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to