author | Michael Krelin <hacker@klever.net> | 2007-04-06 15:29:32 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-04-06 15:29:32 (UTC) |
commit | 7d71cb4d4440b2a6b67492d6732c64bab14695ce (patch) (side-by-side diff) | |
tree | 83a3912332743ad1114009e63fa7489d2bcef677 /dev-lang/lazarus/files/lazarus-0.9.20-lcl-handle.patch | |
parent | cd399640d872975ce965ac65e8c681311cf7f4cc (diff) | |
download | misc-7d71cb4d4440b2a6b67492d6732c64bab14695ce.zip misc-7d71cb4d4440b2a6b67492d6732c64bab14695ce.tar.gz misc-7d71cb4d4440b2a6b67492d6732c64bab14695ce.tar.bz2 |
dev-lang/lazarus: 0.9.22
Diffstat (limited to 'dev-lang/lazarus/files/lazarus-0.9.20-lcl-handle.patch') (more/less context) (ignore whitespace changes)
-rw-r--r-- | dev-lang/lazarus/files/lazarus-0.9.20-lcl-handle.patch | 25 |
1 files changed, 0 insertions, 25 deletions
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; - |