Added LVKF_* defines.

oldstable
Maxime Bellengé 2003-09-22 19:47:42 +00:00 committed by Alexandre Julliard
parent 7dc3ece222
commit 4dc75a5d82
1 changed files with 4 additions and 0 deletions

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;