diff dwt/internal/win32/OS.d @ 47:6940f8be58ba

ExpandBar
author Frank Benoit <benoit@tionex.de>
date Sun, 03 Feb 2008 00:59:28 +0100
parents f4a025bb42e9
children 8b6ed0169471
line wrap: on
line diff
--- a/dwt/internal/win32/OS.d	Sat Feb 02 19:56:40 2008 +0100
+++ b/dwt/internal/win32/OS.d	Sun Feb 03 00:59:28 2008 +0100
@@ -868,7 +868,7 @@
     public static const int IDC_APPSTARTING = 0x7f8a;
     public static const int IDC_ARROW = 0x7f00;
     public static const int IDC_CROSS = 0x7f03;
-    public static const int IDC_HAND = 0x7f89;
+    public static const TCHAR* IDC_HAND = cast(TCHAR*) 0x7f89;
     public static const int IDC_HELP = 0x7f8b;
     public static const int IDC_IBEAM = 0x7f01;
     public static const int IDC_NO = 0x7f88;