From 830bc946d1bd58c21c53dad6d80c885eb9039f1e Mon Sep 17 00:00:00 2001 From: triton Date: Tue, 24 Dec 2013 17:03:58 +0000 Subject: [PATCH] Removed the explicit #if to make this compile on all platforms. --- src/Runtime/StdString.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Runtime/StdString.cs b/src/Runtime/StdString.cs index cd4cd504..0e40d008 100644 --- a/src/Runtime/StdString.cs +++ b/src/Runtime/StdString.cs @@ -29,10 +29,8 @@ namespace Std [StructLayout(LayoutKind.Sequential)] public struct String : ICppMarshal { -#if MSVC || LIBCXX public int _Mysize; public int _Myres; -#endif public int Length {