2007-12-03 techrazy <techrazy@users.sourceforge.net>
* include/wingdi.h (NTM_NONNEGATIVE_AC, NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_MULTIPLEMASTER, NTM_TYPE1, NTM_DSIG): define.
This commit is contained in:
parent
814066b912
commit
e25b650e30
|
@ -1,3 +1,8 @@
|
|||
2007-12-03 techrazy <techrazy@users.sourceforge.net>
|
||||
|
||||
* include/wingdi.h (NTM_NONNEGATIVE_AC, NTM_PS_OPENTYPE, NTM_TT_OPENTYPE,
|
||||
NTM_MULTIPLEMASTER, NTM_TYPE1, NTM_DSIG): define.
|
||||
|
||||
2007-11-21 Kevin Conaway <kevin_conaway@users.sourceforge.net>
|
||||
|
||||
* include/wincrypt.h (CryptProtectData, CryptUnprotectData): define.
|
||||
|
|
|
@ -1316,6 +1316,15 @@ extern "C" {
|
|||
#define DISPLAY_DEVICE_REMOVABLE 0x00000020
|
||||
#define DISPLAY_DEVICE_MODESPRUNED 0x08000000
|
||||
|
||||
#if (WINVER >= 0x0500)
|
||||
#define NTM_NONNEGATIVE_AC 0x00010000
|
||||
#define NTM_PS_OPENTYPE 0x00020000
|
||||
#define NTM_TT_OPENTYPE 0x00040000
|
||||
#define NTM_MULTIPLEMASTER 0x00080000
|
||||
#define NTM_TYPE1 0x00100000
|
||||
#define NTM_DSIG 0x00200000
|
||||
#endif
|
||||
|
||||
#if (_WIN32_WINNT >= 0x0500)
|
||||
#define GGI_MARK_NONEXISTING_GLYPHS 1
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue