[corlib] Parse datetime string using culture calendar. Fixes #18052
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices.ComTypes / ITypeInfo.cs
index 8b56645a2b66ce9e4c436fe5cb36ecdf8df94124..607f044eb58433a4bb7567d967216a4b586085d8 100644 (file)
@@ -28,7 +28,6 @@
 // Kazuki Oikawa (kazuki@panicode.com)
 //
 // (C) 2002 Ximian, Inc.
-#if NET_2_0
 using System;
 
 namespace System.Runtime.InteropServices.ComTypes
@@ -61,4 +60,3 @@ namespace System.Runtime.InteropServices.ComTypes
                void ReleaseVarDesc (IntPtr pVarDesc);
        }
 }
-#endif