Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Windows charset change
@ 2010-03-11 18:18 Daniel Jacobowitz
  2010-03-11 18:21 ` Tom Tromey
  2010-03-11 19:51 ` Eli Zaretskii
  0 siblings, 2 replies; 4+ messages in thread
From: Daniel Jacobowitz @ 2010-03-11 18:18 UTC (permalink / raw)
  To: gdb-patches; +Cc: Corinna Vinschen, Tom Tromey

My mingw builds have:

charset.c: In function '_initialize_charset':
charset.c:935: error: type defaults to 'int' in declaration of 'w32_host_default_charset'
charset.c:938: error: implicit declaration of function 'GetACP'
charset.c:938: error: passing argument 1 of 'snprintf' from incompatible pointer type
charset.c:939: error: assignment from incompatible pointer type

The error on line 935 is straightforward:

    static w32_host_default_charset[16]; /* "CP" + x<=5 digits + paranoia. */

This is supposed to be char, I presume?

The implicit declaration of GetACP is harder; I don't know what should
have been included to declare it.  Looks like windows.h or winnls.h.

-- 
Daniel Jacobowitz
CodeSourcery


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

end of thread, other threads:[~2010-03-14 22:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-11 18:18 Windows charset change Daniel Jacobowitz
2010-03-11 18:21 ` Tom Tromey
2010-03-11 19:51 ` Eli Zaretskii
2010-03-14 22:40   ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox