[vlc-devel] [PATCH] Fix Malformed Windows VERSIONINFO structures. (#17090)

Jean-Baptiste Kempf jb at videolan.org
Fri Jun 24 18:39:50 CEST 2016


Thanks, this is merged.

On 21 Jun, Mark Becwar wrote :
> The VERSIONINFO structures supplied in the Windows resource files have a mismatch between the codepage specified in the translation table, and the codepage specified in the string tables. This patch fixes both of the rc.in files that are broken.
> ---
>  modules/module.rc.in      | 2 +-
>  src/libvlc_win32_rc.rc.in | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/modules/module.rc.in b/modules/module.rc.in
> index b75c725..8f3ecad 100644
> --- a/modules/module.rc.in
> +++ b/modules/module.rc.in
> @@ -22,6 +22,6 @@ BEGIN
>    END
>    BLOCK "VarFileInfo"
>    BEGIN
> -    VALUE "Translation", 0x409, 1200
> +    VALUE "Translation", 0x409, 1252
>    END
>  END
> diff --git a/src/libvlc_win32_rc.rc.in b/src/libvlc_win32_rc.rc.in
> index ebebfee..5985862 100644
> --- a/src/libvlc_win32_rc.rc.in
> +++ b/src/libvlc_win32_rc.rc.in
> @@ -22,7 +22,7 @@ BEGIN
>    END
>    BLOCK "VarFileInfo"
>    BEGIN
> -    VALUE "Translation", 0x409, 1200
> +    VALUE "Translation", 0x409, 1252
>    END
>  END
>  
> -- 
> 2.9.0.windows.1
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel

-- 
With my kindest regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device


More information about the vlc-devel mailing list