summaryrefslogtreecommitdiff
path: root/protocols/IRCG/ui_utils.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-06-14 16:22:13 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-06-14 16:22:13 +0000
commitd5d023f683b23fe26ddea93738cb721d532804f0 (patch)
tree21e7398686c7a5d1604d58bfb71ca4329c84be66 /protocols/IRCG/ui_utils.h
parente58823d961a630eb62e60d2ccb443761ba5f1704 (diff)
another portion of "#ifsef Unicode" removal
git-svn-id: http://svn.miranda-ng.org/main/trunk@411 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IRCG/ui_utils.h')
-rw-r--r--protocols/IRCG/ui_utils.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/protocols/IRCG/ui_utils.h b/protocols/IRCG/ui_utils.h
index b8d6cc0eca..60566ce913 100644
--- a/protocols/IRCG/ui_utils.h
+++ b/protocols/IRCG/ui_utils.h
@@ -105,13 +105,8 @@ typedef struct tagLVSETINFOTIP
int iItem;
int iSubItem;
} LVSETINFOTIP, *PLVSETINFOTIP;
-#ifndef _UNICODE
- #define LPLVCOLUMN LPLVCOLUMNA
- #define LPLVITEM LPLVITEMA
-#else
- #define LPLVCOLUMN LPLVCOLUMNW
- #define LPLVITEM LPLVITEMW
-#endif
+#define LPLVCOLUMN LPLVCOLUMNA
+#define LPLVITEM LPLVITEMA
#define LVN_BEGINSCROLL (LVN_FIRST-80)
#define LVN_ENDSCROLL (LVN_FIRST-81)
#define LVN_HOTTRACK (LVN_FIRST-21)