summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/m_clistint.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h
index fc628e8f50..1f93b4a422 100644
--- a/include/m_clistint.h
+++ b/include/m_clistint.h
@@ -185,12 +185,9 @@ typedef struct {
typedef struct
{
HANDLE hContact;
- TCHAR* name;
- #if defined(_UNICODE)
- char* szName;
- #endif
- TCHAR* group;
- int isHidden;
+ TCHAR* tszName;
+ TCHAR* tszGroup;
+ int bIsHidden;
}
ClcCacheEntryBase;