|
@@ -21,7 +21,7 @@
|
|
|
default_widget : PGtkWidget;
|
|
|
transient_parent : PGtkWindow;
|
|
|
resize_count : gushort;
|
|
|
- flag0 : {$ifdef win32}longint{$else}word;{$endif}
|
|
|
+ flag0 : word;
|
|
|
end;
|
|
|
|
|
|
const
|
|
@@ -183,7 +183,10 @@ end;
|
|
|
|
|
|
{
|
|
|
$Log$
|
|
|
- Revision 1.1.2.1 2000-09-06 20:46:25 peter
|
|
|
+ Revision 1.1.2.2 2000-09-06 21:13:35 peter
|
|
|
+ * packrecords 4 for win32, packrecords c for linux
|
|
|
+
|
|
|
+ Revision 1.1.2.1 2000/09/06 20:46:25 peter
|
|
|
* fixed flag0 size for win32
|
|
|
|
|
|
Revision 1.1 2000/07/13 06:34:08 michael
|