Browse Source

Removed the explicit #if to make this compile on all platforms.

pull/144/merge
triton 12 years ago
parent
commit
830bc946d1
  1. 2
      src/Runtime/StdString.cs

2
src/Runtime/StdString.cs

@ -29,10 +29,8 @@ namespace Std
[StructLayout(LayoutKind.Sequential)] [StructLayout(LayoutKind.Sequential)]
public struct String : ICppMarshal public struct String : ICppMarshal
{ {
#if MSVC || LIBCXX
public int _Mysize; public int _Mysize;
public int _Myres; public int _Myres;
#endif
public int Length public int Length
{ {

Loading…
Cancel
Save