Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGert Driesen <drieseng@users.sourceforge.net>2004-06-18 10:33:49 +0400
committerGert Driesen <drieseng@users.sourceforge.net>2004-06-18 10:33:49 +0400
commit2bcaebf1cc347d8f2bf5d4ce2b3f1f0a5b837a9f (patch)
tree150c190e65f516beab85ff2bb517c305b2480d9a /mcs/class/corlib/System/ArgIterator.cs
parent1b8b2a501df4f165ae3cbbdb65c35195d52d1c48 (diff)
* ArgIterator.cs: changed layout to Auto
* DateTime.cs: changed layout to Auto svn path=/trunk/mcs/; revision=29853
Diffstat (limited to 'mcs/class/corlib/System/ArgIterator.cs')
-rwxr-xr-xmcs/class/corlib/System/ArgIterator.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/corlib/System/ArgIterator.cs b/mcs/class/corlib/System/ArgIterator.cs
index ae16ae9b614..139a82eaa12 100755
--- a/mcs/class/corlib/System/ArgIterator.cs
+++ b/mcs/class/corlib/System/ArgIterator.cs
@@ -32,9 +32,11 @@
//
using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
namespace System
{
+ [StructLayout (LayoutKind.Auto)]
public struct ArgIterator
{
IntPtr sig;