From 4dc75a5d82774624ec4494d6bbc2a7601812ef4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Belleng=C3=A9?= Date: Mon, 22 Sep 2003 19:47:42 +0000 Subject: [PATCH] Added LVKF_* defines. --- include/commctrl.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/commctrl.h b/include/commctrl.h index 795837a77cc..e3c6b811a8f 100644 --- a/include/commctrl.h +++ b/include/commctrl.h @@ -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;