Fix null sessions in HttpContextWrapper.Session
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices.ComTypes / PARAMDESC.cs
index d8a1f7d8e2215826e4c31335622a4d6722a75e6d..ba54d8b1c53c0e8120b6bf1e818b6640f8d9ed43 100644 (file)
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-#if NET_2_0
 namespace System.Runtime.InteropServices.ComTypes
 {
-       [ComVisible (false)]
        [StructLayout (LayoutKind.Sequential, CharSet = CharSet.Unicode)]
        public struct PARAMDESC
        {
@@ -39,4 +37,3 @@ namespace System.Runtime.InteropServices.ComTypes
                public PARAMFLAG wParamFlags;
        }
 }
-#endif