mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-21 10:10:19 +02:00
gtk2: fix TGtkBox declaration for windows
git-svn-id: trunk@13114 -
This commit is contained in:
parent
dceb9320f5
commit
66b2ecd936
@ -11,7 +11,7 @@
|
||||
container : TGtkContainer;
|
||||
children : PGList;
|
||||
spacing : gint16;
|
||||
flag0 : word;
|
||||
flag0 : {$ifdef win32}longint{$else}word{$endif};
|
||||
end;
|
||||
|
||||
PGtkBoxClass = ^TGtkBoxClass;
|
||||
|
Loading…
Reference in New Issue
Block a user