diff dwt/internal/win32/OS.d @ 65:66203354c9d3

Spinner
author Frank Benoit <benoit@tionex.de>
date Mon, 04 Feb 2008 15:39:21 +0100
parents adfa8c39be39
children 3f4e6a4ecc09
line wrap: on
line diff
--- a/dwt/internal/win32/OS.d	Mon Feb 04 14:53:27 2008 +0100
+++ b/dwt/internal/win32/OS.d	Mon Feb 04 15:39:21 2008 +0100
@@ -1887,7 +1887,7 @@
     public static const int UIS_INITIALIZE = 3;
     public static const int UISF_HIDEACCEL = 0x2;
     public static const int UISF_HIDEFOCUS = 0x1;
-    public static const char[] UPDOWN_CLASS = "msctls_updown32"; //$NON-NLS-1$
+    public static const TCHAR[] UPDOWN_CLASS = "msctls_updown32"; //$NON-NLS-1$
     public static const int USP_E_SCRIPT_NOT_IN_FONT = 0x80040200;
     public static const int VERTRES = 0xa;
     public static const int VK_BACK = 0x8;