diff options
Diffstat (limited to 'include/m_clc.h')
-rw-r--r-- | include/m_clc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_clc.h b/include/m_clc.h index b8d50d864b..b7f6bf10f4 100644 --- a/include/m_clc.h +++ b/include/m_clc.h @@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. //This module is new in 0.1.2.1
-#define CLISTCONTROL_CLASS _T("CListControl")
+#define CLISTCONTROL_CLASS "CListControl"
//styles
#define CLS_MANUALUPDATE 0x0001 //todo
|