On Tue, 3 Sep 2002, Marcus Meissner wrote:
On Mon, Sep 02, 2002 at 11:56:49PM -0700, Francois Gouget wrote:
On Mon, 2 Sep 2002, Jeff Smith wrote:
ANSI_CHARSET and SYMBOL_CHARSET need to be defined (in include/wingdi.h), but I have some doubts about the details.
They are already defined there:
#define ANSI_CHARSET (BYTE)0 /* CP1252, ansi-0, iso8859-{1,15} */ #define DEFAULT_CHARSET (BYTE)1 #define SYMBOL_CHARSET (BYTE)2
Why arent they in your wingdi.h file?
They are in mine, but Jeff seems to think they are wrong. All I'm saying is that since they match the Microsoft values they are by definition correct.
-- Francois Gouget fgouget@free.fr http://fgouget.free.fr/ Any sufficiently advanced Operating System is indistinguishable from Linux