Commit 7f1d6d47 authored by Guy L. Albertelli's avatar Guy L. Albertelli Committed by Alexandre Julliard

Add values to describe return values from WM_NOTIFY of TBN_DROPDOWN.

parent 76e25f69
......@@ -1036,6 +1036,11 @@ static const WCHAR TOOLBARCLASSNAMEW[] = { 'T','o','o','l','b','a','r',
#define TBN_GETINFOTIP WINELIB_NAME_AW(TBN_GETINFOTIP)
/* Return values from TBN_DROPDOWN */
#define TBDDRET_DEFAULT 0
#define TBDDRET_NODEFAULT 1
#define TBDDRET_TREATPRESSED 2
typedef struct _NMTBCUSTOMDRAW
{
NMCUSTOMDRAW nmcd;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment