Commit 4dc75a5d authored by Maxime Bellengé's avatar Maxime Bellengé Committed by Alexandre Julliard

Added LVKF_* defines.

parent 7dc3ece2
......@@ -3069,6 +3069,10 @@ typedef struct tagNMITEMACTIVATE
UINT uKeyFlags;
} NMITEMACTIVATE, *LPNMITEMACTIVATE;
#define LVKF_ALT 0x0001
#define LVKF_CONTROL 0x0002
#define LVKF_SHIFT 0x0004
typedef struct tagLVDISPINFO
{
NMHDR hdr;
......
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