2007-12-03 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* include/wingdi.h: Change WINVER guard to _WIN32_WINNT.
This commit is contained in:
Chris Sutcliffe 2007-12-04 00:35:55 +00:00
parent e25b650e30
commit 41d46fe86f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-12-03 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/wingdi.h: Change WINVER guard to _WIN32_WINNT.
2007-12-03 techrazy <techrazy@users.sourceforge.net>
* include/wingdi.h (NTM_NONNEGATIVE_AC, NTM_PS_OPENTYPE, NTM_TT_OPENTYPE,

View File

@ -1316,7 +1316,7 @@ extern "C" {
#define DISPLAY_DEVICE_REMOVABLE 0x00000020
#define DISPLAY_DEVICE_MODESPRUNED 0x08000000
#if (WINVER >= 0x0500)
#if (_WIN32_WINNT >= 0x0500)
#define NTM_NONNEGATIVE_AC 0x00010000
#define NTM_PS_OPENTYPE 0x00020000
#define NTM_TT_OPENTYPE 0x00040000