2007-07-12 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/winuser.h (FE_FONTSMOOTHINGSTANDARD, FE_FONTSMOOTHINGCLEARTYPE): Define.
This commit is contained in:
@ -2407,6 +2407,8 @@ extern "C" {
|
||||
#define XBUTTON2 0x0002
|
||||
#endif
|
||||
#if (_WIN32_WINNT >= 0x0501)
|
||||
#define FE_FONTSMOOTHINGSTANDARD 0x0001
|
||||
#define FE_FONTSMOOTHINGCLEARTYPE 0x0002
|
||||
#define PW_CLIENTONLY 0x00000001
|
||||
#define RIM_INPUT 0x00000000
|
||||
#define RIM_INPUTSINK 0x00000001
|
||||
|
Reference in New Issue
Block a user