Fix breaking build (see tests/test-272.cs). Since corlib is a
authorRaja R Harinath <harinath@hurrynot.org>
Fri, 18 Jun 2004 07:45:21 +0000 (07:45 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Fri, 18 Jun 2004 07:45:21 +0000 (07:45 -0000)
commit4b3f8258318c4b83f6698a1121bec25f3323ff5e
tree18fdcc3bc51203b28366f692269d3c686f908d69
parent1c1b5021156efd24b043f91c4cc5f1b464ae44fb
Fix breaking build (see tests/test-272.cs).  Since corlib is a
bootstrap library, we have to keep this fix even if the in-tree
mcs compiler is fixed.
* UCOMIEnumConnections.cs: Replace '(UnmanagedType) 80' in
attribute field initialization with Consts.UnmanagedType_80.
* UCOMIEnumMoniker.cs: Likewise.
* UCOMIEnumString.cs: Likewise.
* UCOMIStream.cs: Likewise.
* UCOMITypeInfo.cs: Likewise.
* UCOMITypeLib.cs: Likewise.

svn path=/trunk/mcs/; revision=29856
mcs/class/corlib/System.Runtime.InteropServices/ChangeLog
mcs/class/corlib/System.Runtime.InteropServices/UCOMIEnumConnections.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMIEnumMoniker.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMIEnumString.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMIStream.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMITypeInfo.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMITypeLib.cs