diff options
Diffstat (limited to 'protocols/IRCG/ui_utils.h')
| -rw-r--r-- | protocols/IRCG/ui_utils.h | 9 | 
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)
  | 
