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:
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;