2004-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* glib/Value.cs: added StructLayout attribute as requested by the
	runtime. Now --aot works again.

svn path=/trunk/gtk-sharp/; revision=25128
This commit is contained in:
Gonzalo Paniagua Javier 2004-04-07 03:41:13 +00:00
parent 05e4e0b9d3
commit 7cdacd91af
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* glib/Value.cs: added StructLayout attribute as requested by the
runtime. Now --aot works again.
2004-04-04 Mike Kestner <mkestner@ximian.com>
* generator/SymbolTable.cs : don't use StringGen for gunichar.

View File

@ -20,6 +20,7 @@ namespace GLib {
/// to get and set properties on Objects.
/// </remarks>
[StructLayout (LayoutKind.Sequential)]
public class Value : IDisposable {
IntPtr _val;