[pypy-commit] pypy default: (weirdo) fix mingw_x64

fijal noreply at buildbot.pypy.org
Mon Mar 25 21:10:04 CET 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
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();
 }


More information about the pypy-commit mailing list