# HG changeset patch # User ramiro # Date 1204919264 0 # Node ID 6815571afbcfb8aec091ca95ce9bb6a7c64c6eb5 # Parent 87a1f7c172b02e97f400f7759f35090eb1e61a5a __stdcall -> WINAPI Windows x64 has no __stdcall. It is not yet supported, but someday it might... diff -r 87a1f7c172b0 -r 6815571afbcf w32thread.c --- a/w32thread.c Fri Mar 07 19:27:17 2008 +0000 +++ b/w32thread.c Fri Mar 07 19:47:44 2008 +0000 @@ -36,7 +36,7 @@ }ThreadContext; -static unsigned __stdcall attribute_align_arg thread_func(void *v){ +static unsigned WINAPI attribute_align_arg thread_func(void *v){ ThreadContext *c= v; for(;;){