2007-12-03 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/wingdi.h: Change WINVER guard to _WIN32_WINNT.
This commit is contained in:
parent
e25b650e30
commit
41d46fe86f
|
@ -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>
|
2007-12-03 techrazy <techrazy@users.sourceforge.net>
|
||||||
|
|
||||||
* include/wingdi.h (NTM_NONNEGATIVE_AC, NTM_PS_OPENTYPE, NTM_TT_OPENTYPE,
|
* include/wingdi.h (NTM_NONNEGATIVE_AC, NTM_PS_OPENTYPE, NTM_TT_OPENTYPE,
|
||||||
|
|
|
@ -1316,7 +1316,7 @@ extern "C" {
|
||||||
#define DISPLAY_DEVICE_REMOVABLE 0x00000020
|
#define DISPLAY_DEVICE_REMOVABLE 0x00000020
|
||||||
#define DISPLAY_DEVICE_MODESPRUNED 0x08000000
|
#define DISPLAY_DEVICE_MODESPRUNED 0x08000000
|
||||||
|
|
||||||
#if (WINVER >= 0x0500)
|
#if (_WIN32_WINNT >= 0x0500)
|
||||||
#define NTM_NONNEGATIVE_AC 0x00010000
|
#define NTM_NONNEGATIVE_AC 0x00010000
|
||||||
#define NTM_PS_OPENTYPE 0x00020000
|
#define NTM_PS_OPENTYPE 0x00020000
|
||||||
#define NTM_TT_OPENTYPE 0x00040000
|
#define NTM_TT_OPENTYPE 0x00040000
|
||||||
|
|
Loading…
Reference in New Issue