diff dwt/internal/win32/OS.d @ 41:f871c501e610

Button
author Frank Benoit <benoit@tionex.de>
date Fri, 01 Feb 2008 22:10:37 +0100
parents 3052439af4b5
children c913756e6950
line wrap: on
line diff
--- a/dwt/internal/win32/OS.d	Fri Feb 01 20:19:46 2008 +0100
+++ b/dwt/internal/win32/OS.d	Fri Feb 01 22:10:37 2008 +0100
@@ -1255,7 +1255,7 @@
     public static const int OBJ_BITMAP = 0x7;
     public static const int OBJ_FONT = 0x6;
     public static const int OBJ_PEN = 0x1;
-    public static const int OBM_CHECKBOXES = 0x7ff7;
+    public static const TCHAR* OBM_CHECKBOXES = cast(TCHAR*)0x7ff7;
     public static const int ODS_SELECTED = 0x1;
     public static const int ODT_MENU = 0x1;
     public static const int OFN_ALLOWMULTISELECT = 0x200;