~ubuntu-branches/ubuntu/intrepid/libgtkada2/intrepid

« back to all changes in this revision

Viewing changes to contrib/gtkada-2.8-win32.diff

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-08-11 09:46:51 UTC
  • mfrom: (6.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080811094651-9mjd6acwa98ffw5c
Tags: 2.12.0-2ubuntu1
Add lpia to supported architectures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Tue Jul  9 11:48:58 2002  Arnaud Charlet  <charlet@gnat.com>
2
 
 
3
 
        * glib-values.ads: Fix definition of GValue to conform to ms bitfields
4
 
        packing under Windows.
5
 
 
6
 
*** glib-values.ads     4 Sep 2002 14:47:59 -0000       1.13
7
 
--- glib-values.ads     8 Nov 2002 11:49:02 -0000
8
 
***************
9
 
*** 136,142 ****
10
 
     --  also provided inside Gtk.Text_Iter.
11
 
  
12
 
  private
13
 
!    type GValue_Data is array (1 .. 2) of Guint64;
14
 
     type GValue is record
15
 
        g_type : GType := GType_Invalid;
16
 
        data   : GValue_Data;
17
 
--- 136,143 ----
18
 
     --  also provided inside Gtk.Text_Iter.
19
 
  
20
 
  private
21
 
22
 
!    type GValue_Data is array (1 .. 20) of Guint8;
23
 
     type GValue is record
24
 
        g_type : GType := GType_Invalid;
25
 
        data   : GValue_Data;