summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/m_clc.h2
-rw-r--r--include/m_utils.h2
2 files changed, 2 insertions, 2 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
diff --git a/include/m_utils.h b/include/m_utils.h
index 60e407ffdb..64d0e2a2e3 100644
--- a/include/m_utils.h
+++ b/include/m_utils.h
@@ -277,7 +277,7 @@ __forceinline INT_PTR Utils_AssertInsideScreen(RECT *rc) {
/************************ Colour Picker Control (0.1.2.1+) **********************/
-#define WNDCLASS_COLOURPICKER _T("ColourPicker")
+#define WNDCLASS_COLOURPICKER "ColourPicker"
#define CPM_SETCOLOUR 0x1000 //lParam = new colour
#define CPM_GETCOLOUR 0x1001 //returns colour