changeset 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 87a1f7c172b0
children 9f6b1bd4f763
files w32thread.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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(;;){