|
@@ -21,7 +21,7 @@
|
|
default_widget : PGtkWidget;
|
|
default_widget : PGtkWidget;
|
|
transient_parent : PGtkWindow;
|
|
transient_parent : PGtkWindow;
|
|
resize_count : gushort;
|
|
resize_count : gushort;
|
|
- flag0 : word;
|
|
|
|
|
|
+ flag0 : {$ifdef win32}longint{$else}word;{$endif};
|
|
end;
|
|
end;
|
|
|
|
|
|
const
|
|
const
|
|
@@ -183,7 +183,10 @@ end;
|
|
|
|
|
|
{
|
|
{
|
|
$Log$
|
|
$Log$
|
|
- Revision 1.2 2000-07-13 11:33:25 michael
|
|
|
|
|
|
+ Revision 1.3 2000-09-06 20:48:11 peter
|
|
|
|
+ * fixed flag0 for win32
|
|
|
|
+
|
|
|
|
+ Revision 1.2 2000/07/13 11:33:25 michael
|
|
+ removed logs
|
|
+ removed logs
|
|
|
|
|
|
}
|
|
}
|