Browse Source

gtk2: fix TGtkBox declaration for windows

git-svn-id: trunk@13114 -
paul 16 years ago
parent
commit
66b2ecd936
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/gtk2/src/gtk+/gtk/gtkbox.inc

+ 1 - 1
packages/gtk2/src/gtk+/gtk/gtkbox.inc

@@ -11,7 +11,7 @@
         container : TGtkContainer;
         container : TGtkContainer;
         children : PGList;
         children : PGList;
         spacing : gint16;
         spacing : gint16;
-        flag0 : word;
+        flag0 : {$ifdef win32}longint{$else}word{$endif};
      end;
      end;
 
 
    PGtkBoxClass = ^TGtkBoxClass;
    PGtkBoxClass = ^TGtkBoxClass;