public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* RE: windres language problem
@ 2001-07-16  8:07 Hartmut Birr
  0 siblings, 0 replies; 2+ messages in thread
From: Hartmut Birr @ 2001-07-16  8:07 UTC (permalink / raw)
  To: 'bug-gnu-utils@gnu.org',
	'binutils@sourceware.cygnus.com'

> 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

 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: windres language problem
       [not found] <01C10D60.DEF34170.hartmut.birr@tesionmail.de>
@ 2001-07-16 18:34 ` DJ Delorie
  0 siblings, 0 replies; 2+ messages in thread
From: DJ Delorie @ 2001-07-16 18:34 UTC (permalink / raw)
  To: hartmut.birr; +Cc: binutils

> 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. 

I just checked in a fix for this.  Thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-07-16 18:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-16  8:07 windres language problem Hartmut Birr
     [not found] <01C10D60.DEF34170.hartmut.birr@tesionmail.de>
2001-07-16 18:34 ` DJ Delorie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).