Merge pull request #1173 from Serguzest/upstream
[mono.git] / mcs / class / corlib / System.Security.AccessControl / CompoundAceType.cs
index 1da2e6737f8ba8e4c1daa4114f35817f9e86fea9..55a694933149bce11f481457f05501e18c2ef7d3 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 namespace System.Security.AccessControl {
        public enum CompoundAceType {
                Impersonation = 1
        }
 }
 
-#endif