[MPlayer-dev-eng] [PATCH] msvcr100 support for win32 loader
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Mon Aug 2 19:40:14 CEST 2010
On Mon, Aug 02, 2010 at 12:48:00PM -0400, Alex Converse wrote:
> Index: loader/win32.c
> ===================================================================
> --- loader/win32.c (revision 31880)
> +++ loader/win32.c (working copy)
> @@ -5598,6 +5598,15 @@
> {"??1_Lockit at std@@QAE at XZ", -1, exp_1Lockit_dummy}
> };
>
> +struct exports exp_msvcr100[]={
Should be "static const" (I just fixed all the others).
Don't see anything wrong with it otherwise.
More information about the MPlayer-dev-eng
mailing list