X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.InteropServices%2FUCOMIEnumString.cs;h=1f0599e28fe91e2aa41049f9b1cecc3453ddfc5c;hb=2eb33cebf5d9669671d3023535456e9c9cf084f7;hp=81097eb28d6753bf2ef75b57341b824229de7dd8;hpb=c4a3b30460c7ea1a1fb3c97cfc8478555714af2f;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.InteropServices/UCOMIEnumString.cs b/mcs/class/corlib/System.Runtime.InteropServices/UCOMIEnumString.cs index 81097eb28d6..1f0599e28fe 100644 --- a/mcs/class/corlib/System.Runtime.InteropServices/UCOMIEnumString.cs +++ b/mcs/class/corlib/System.Runtime.InteropServices/UCOMIEnumString.cs @@ -28,11 +28,10 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // +#if !FULL_AOT_RUNTIME namespace System.Runtime.InteropServices { -#if NET_2_0 [Obsolete] -#endif [ComImport] [Guid ("00000101-0000-0000-c000-000000000046")] [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)] @@ -47,3 +46,4 @@ namespace System.Runtime.InteropServices void Clone (out UCOMIEnumString ppenum); } } +#endif