diff options
Diffstat (limited to 'plugins/Mwclist/clist.h')
-rw-r--r-- | plugins/Mwclist/clist.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Mwclist/clist.h b/plugins/Mwclist/clist.h index 9277f7d471..32effbad84 100644 --- a/plugins/Mwclist/clist.h +++ b/plugins/Mwclist/clist.h @@ -34,9 +34,7 @@ int GetContactInfosForSort(HANDLE hContact,char **Proto,TCHAR **Name,int *Status typedef struct {
HANDLE hContact;
TCHAR *name;
- #if defined( _UNICODE )
- char *szName;
- #endif
+ char *szName;
TCHAR* szGroup;
int Hidden;
int noHiddenOffline;
|