summaryrefslogtreecommitdiff
path: root/include/m_clistint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r--include/m_clistint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h
index 339ed32aa8..a1c0ea5815 100644
--- a/include/m_clistint.h
+++ b/include/m_clistint.h
@@ -109,11 +109,11 @@ struct ClcContactBase
MCONTACT hContact;
};
struct {
- WORD groupId;
+ uint16_t groupId;
ClcGroup *group;
};
};
- WORD iExtraImage[EXTRA_ICON_COUNT];
+ uint16_t iExtraImage[EXTRA_ICON_COUNT];
wchar_t szText[120-EXTRA_ICON_COUNT];
ClcCacheEntry *pce; // cache is persistent, contacts aren't
};