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:
Chris Sutcliffe
2010-08-26 02:51:37 +00:00
parent 2cb94d2ba4
commit 465ad88a27
2 changed files with 12 additions and 0 deletions

View File

@ -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