[MPlayer-dev-eng] [PATCH] CoreAVC [3/5] - Win32
Diego Biurrun
diego at biurrun.de
Thu Oct 5 13:08:41 CEST 2006
On Wed, Oct 04, 2006 at 11:18:53PM -0700, Alan Nisota wrote:
> This is the 3rd of 5 patches to support the CoreAVC.
>
> @@ -2404,12 +2439,12 @@
> return result;
> }
>
> -static void* WINAPI expGetProcAddress(HMODULE mod, char* name)
> +static void* WINAPI expGetProcAddress(HMODULE mod, char *name)
> {
> void* result;
> switch(mod){
> case MODULE_HANDLE_kernel32:
> - result=LookupExternalByName("kernel32.dll", name); break;
> + result=LookupExternalByName("kernel32.dll", name); break;
Cosmetics, rejected.
Diego
More information about the MPlayer-dev-eng
mailing list