diff w32thread.c @ 6469:6815571afbcf libavcodec

__stdcall -> WINAPI Windows x64 has no __stdcall. It is not yet supported, but someday it might...
author ramiro
date Fri, 07 Mar 2008 19:47:44 +0000
parents b0a566346fb1
children a9734fe0811e
line wrap: on
line diff
--- 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(;;){