[System] Process.WaitForExit now triggers event Exited.
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices.ComTypes / IDLFLAG.cs
index fd95c0ed27d69b45bd836d6ea188136954e0b337..a2334df3303fa8a7c7a99a7157ed394150e03d1b 100644 (file)
@@ -28,7 +28,6 @@
 // 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
 using System;
 
 namespace System.Runtime.InteropServices.ComTypes
@@ -43,4 +42,3 @@ namespace System.Runtime.InteropServices.ComTypes
                IDLFLAG_FRETVAL = 8
        }
 }
-#endif