diff dwt/internal/win32/OS.d @ 45:f4a025bb42e9

CoolBar
author Frank Benoit <benoit@tionex.de>
date Sat, 02 Feb 2008 18:33:51 +0100
parents c913756e6950
children 6940f8be58ba
line wrap: on
line diff
--- a/dwt/internal/win32/OS.d	Sat Feb 02 01:51:46 2008 +0100
+++ b/dwt/internal/win32/OS.d	Sat Feb 02 18:33:51 2008 +0100
@@ -1404,7 +1404,7 @@
     public static const int RDW_INVALIDATE = 0x1;
     public static const int RDW_UPDATENOW = 0x100;
     public static const int READ_CONTROL = 0x20000;
-    public static const char[] REBARCLASSNAME = "ReBarWindow32"; //$NON-NLS-1$
+    public static const TCHAR[] REBARCLASSNAME = "ReBarWindow32"; //$NON-NLS-1$
     public static const int RGN_AND = 0x1;
     public static const int RGN_COPY = 5;
     public static const int RGN_DIFF = 0x4;