diff dwt/widgets/Shell.d @ 237:e2affbeb686d

Making tango.sys.win32.Types and dwt.internal.win32.WINTYPES to match common declaration. Make ansi charactars of type ubyte.
author Frank Benoit <benoit@tionex.de>
date Thu, 19 Jun 2008 03:25:36 +0200
parents 82b599d21983
children fd9c62a2998e
line wrap: on
line diff
--- a/dwt/widgets/Shell.d	Sun Jun 08 15:12:40 2008 +0200
+++ b/dwt/widgets/Shell.d	Thu Jun 19 03:25:36 2008 +0200
@@ -1687,7 +1687,7 @@
     }
 }
 
-void setToolTipText (NMTTDISPINFO* lpnmtdi, byte [] buffer) {
+void setToolTipText (NMTTDISPINFO* lpnmtdi, CHAR [] buffer) {
     /*
     * Ensure that the current position of the mouse
     * is inside the client area of the shell.  This
@@ -1703,7 +1703,7 @@
     lpnmtdi.lpszText = lpstrTip;
 }
 
-void setToolTipText (NMTTDISPINFO* lpnmtdi, wchar [] buffer) {
+void setToolTipText (NMTTDISPINFO* lpnmtdi, WCHAR [] buffer) {
     /*
     * Ensure that the current position of the mouse
     * is inside the client area of the shell.  This