Fix warnings in mscorlib's Test suite + bring a couple more tests + fix thread rename...
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / DllImportAttribute.cs
index 5b95e94dd1e72dd26b7992720f588983000d4809..39ac038dd889123753a53aa1449a015bfb41d9d4 100644 (file)
@@ -48,13 +48,8 @@ namespace System.Runtime.InteropServices {
                public bool PreserveSig;
                public bool SetLastError;
 
-#if NET_1_1
                public bool BestFitMapping;
                public bool ThrowOnUnmappableChar;
-#else
-               private bool BestFitMapping;
-               private bool ThrowOnUnmappableChar;
-#endif
                #endregion
 
                public string Value {