mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-20 16:01:10 +08:00
2010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/winuser.h (CF_DIBV5): Define. (CF_MAX): Adjust accordingly. Thank you to Lenard Lindstrom for reporting the issue.
This commit is contained in:
parent
2cb94d2ba4
commit
465ad88a27
@ -1,3 +1,10 @@
|
||||
2010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* include/winuser.h (CF_DIBV5): Define.
|
||||
(CF_MAX): Adjust accordingly.
|
||||
|
||||
Thank you to Lenard Lindstrom for reporting the issue.
|
||||
|
||||
2010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* include/sspi.h (QuerySecurityContextToken): Define.
|
||||
|
@ -83,7 +83,12 @@ extern "C" {
|
||||
#define CF_ENHMETAFILE 14
|
||||
#define CF_HDROP 15
|
||||
#define CF_LOCALE 16
|
||||
#if (_WIN32_WINNT >= 0x0500)
|
||||
#define CF_DIBV5 17
|
||||
#define CF_MAX 18
|
||||
#else
|
||||
#define CF_MAX 17
|
||||
#endif
|
||||
#define CF_OWNERDISPLAY 128
|
||||
#define CF_DSPTEXT 129
|
||||
#define CF_DSPBITMAP 130
|
||||
|
Loading…
x
Reference in New Issue
Block a user