Merge pull request #4928 from kumpera/ptr_to_struct_intrinsic
[mono.git] / mcs / class / corlib / System / WindowsConsoleDriver.cs
index 2e8b643e3341b2beff1ed608ac3de5e292f6ede4..bcf2dd0e08cda105c44ba191331b965b7862e561 100755 (executable)
@@ -26,7 +26,7 @@
 // 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_1
+#if MONO_FEATURE_CONSOLE
 using System.Runtime.InteropServices;
 using System.Text;
 namespace System {