diff dwt/internal/win32/OS.d @ 52:0553f4e8ed93

Link
author Frank Benoit <benoit@tionex.de>
date Sun, 03 Feb 2008 05:06:44 +0100
parents 8b6ed0169471
children 1bc7c2131617
line wrap: on
line diff
--- a/dwt/internal/win32/OS.d	Sun Feb 03 03:43:52 2008 +0100
+++ b/dwt/internal/win32/OS.d	Sun Feb 03 05:06:44 2008 +0100
@@ -1957,11 +1957,11 @@
     public static const int VK_APP4 = 0xc4;
     public static const int VK_APP5 = 0xc5;
     public static const int VK_APP6 = 0xc6;
-    public static const char[] WC_HEADER = "SysHeader32"; //$NON-NLS-1$
-    public static const char[] WC_LINK = "SysLink"; //$NON-NLS-1$
-    public static const char[] WC_LISTVIEW = "SysListView32"; //$NON-NLS-1$
-    public static const char[] WC_TABCONTROL = "SysTabControl32"; //$NON-NLS-1$
-    public static const char[] WC_TREEVIEW = "SysTreeView32"; //$NON-NLS-1$
+    public static const TCHAR[] WC_HEADER = "SysHeader32"; //$NON-NLS-1$
+    public static const TCHAR[] WC_LINK = "SysLink"; //$NON-NLS-1$
+    public static const TCHAR[] WC_LISTVIEW = "SysListView32"; //$NON-NLS-1$
+    public static const TCHAR[] WC_TABCONTROL = "SysTabControl32"; //$NON-NLS-1$
+    public static const TCHAR[] WC_TREEVIEW = "SysTreeView32"; //$NON-NLS-1$
     public static const int WINDING = 2;
     public static const int WH_CBT = 5;
     public static const int WH_GETMESSAGE = 0x3;