Added LVKF_* defines.

This commit is contained in:
Maxime Bellengé 2003-09-22 19:47:42 +00:00 committed by Alexandre Julliard
parent 7dc3ece222
commit 4dc75a5d82

View file

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