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?
Ciao, Marcus