This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: windres language problem


> In article <01C10D60.DEF34170.hartmut.birr@tesionmail.de> you write:
> >Windres has a bug in the LANGUAGE macro.
> >The definition of language ids is (SUBLANG_XXX << 10) + LANG_XXX.
> >Windres uses (SUBLANG_XXX << 8) + LANG_XXX. 
> >
> >- Hartmut
> 
> Hi Hartmut,
> 
> Would you consider posting your fix to binutils mailing list? The details
> are at http://sources.redhat.com/binutils/
> 
> Regards,
> Mumit

Hi,

I haven't make a patch for windres. I have patched my source:

#ifdef __GNUC__
#undef SUBLANG_GERMAN
#undef SUBLANG_ENGLISH_US
#define SUBLANG_GERMAN	0x04	// previous 0x01
#define SUBLANG_ENGLISH	0x04	// previoos 0x01
#endif

- Hartmut

 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]