Pelles C forum

C language => Windows questions => Topic started by: JohnF on February 27, 2007, 07:28:08 AM

Title: CLEARTYPE_QUALITY
Post by: JohnF on February 27, 2007, 07:28:08 AM
It appears that these two are not defined in PellesC header wingdi.h

#if (_WIN32_WINNT >= 0x0500)
#define CLEARTYPE_QUALITY       5
#endif

#if (_WIN32_WINNT >= 0x0501)
#define CLEARTYPE_NATURAL_QUALITY       6
#endif

John
Title: Re: CLEARTYPE_QUALITY
Post by: Pelle on February 27, 2007, 05:45:12 PM
Right - I will add them. Thanks for informing me about this...

Pelle
Title: CLEARTYPE_QUALITY
Post by: JohnF on February 28, 2007, 02:13:13 PM
Thanks.

John