summaryrefslogtreecommitdiff
path: root/include/m_clc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_clc.h')
-rw-r--r--include/m_clc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_clc.h b/include/m_clc.h
index dd4e697d70..a22c595827 100644
--- a/include/m_clc.h
+++ b/include/m_clc.h
@@ -152,7 +152,7 @@ typedef struct {
int cbSize;
const wchar_t *pszText;
HANDLE hParentGroup;
- DWORD flags;
+ uint32_t flags;
HICON hIcon; //todo
} CLCINFOITEM;
#define CLCIIF_BELOWGROUPS 1 //put it between groups and contacts, default is at top
@@ -199,7 +199,7 @@ typedef struct {
HANDLE hItem;
int action;
int iColumn; //-1 if not on an extra column
- DWORD flags;
+ uint32_t flags;
POINT pt;
} NMCLISTCONTROL;
#endif