From 5dea940937caacc3baf974b134a961601834e802 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Fri, 7 Mar 2008 19:47:44 +0000 Subject: __stdcall -> WINAPI Windows x64 has no __stdcall. It is not yet supported, but someday it might... Originally committed as revision 12363 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/w32thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/w32thread.c') diff --git a/libavcodec/w32thread.c b/libavcodec/w32thread.c index fbc0a581e2..5758c692ab 100644 --- a/libavcodec/w32thread.c +++ b/libavcodec/w32thread.c @@ -36,7 +36,7 @@ typedef struct ThreadContext{ }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(;;){ -- cgit v1.2.3