From 7d71cb4d4440b2a6b67492d6732c64bab14695ce Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Fri, 06 Apr 2007 15:29:32 +0000 Subject: dev-lang/lazarus: 0.9.22 --- (limited to 'dev-lang/lazarus/files/lazarus-0.9.20-lcl-handle.patch') diff --git a/dev-lang/lazarus/files/lazarus-0.9.20-lcl-handle.patch b/dev-lang/lazarus/files/lazarus-0.9.20-lcl-handle.patch deleted file mode 100644 index 772face..0000000 --- a/dev-lang/lazarus/files/lazarus-0.9.20-lcl-handle.patch +++ b/dev/null @@ -1,25 +0,0 @@ - If LCLType is not included, then THandle is System.THandle - rather than LCLType.THandle. System.THandle is 32 bits wide. - ---- lazarus/lcl/interfaces/gtk/gtkwsdialogs.pp -+++ lazarus/lcl/interfaces/gtk/gtkwsdialogs.pp -@@ -29,7 +29,7 @@ - uses - {$IFDEF GTK2} Gtk2, Glib2, gdk2, {$ELSE} Gtk, gdk, Glib, {$ENDIF} - SysUtils, Classes, Controls, LMessages, InterfaceBase, graphics, -- Dialogs, WSDialogs, WSLCLClasses, gtkint, gtkproc, gtkwscontrols; -+ LCLType, Dialogs, WSDialogs, WSLCLClasses, gtkint, gtkproc, gtkwscontrols; - - type - ---- lazarus/lcl/widgetset/wsdialogs.pp -+++ lazarus/lcl/widgetset/wsdialogs.pp -@@ -44,7 +44,7 @@ - // To get as little as posible circles, - // uncomment only when needed for registration - //////////////////////////////////////////////////// -- Dialogs, -+ LCLType, Dialogs, - //////////////////////////////////////////////////// - WSLCLClasses, WSControls; - -- cgit v0.9.0.2