bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: windres language problem


From: Hartmut Birr
Subject: RE: windres language problem
Date: Mon, 16 Jul 2001 17:03:05 +0200

> In article <address@hidden> 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

 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]