Adding Console support for winaot
authorHenric Müller <hemuller@microsoft.com>
Thu, 22 Dec 2016 13:40:55 +0000 (14:40 +0100)
committerHenric Müller <hemuller@microsoft.com>
Wed, 25 Jan 2017 15:29:12 +0000 (16:29 +0100)
Introducing a `MONO_FEATURE_CONSOLE` to be used instead of disabling
Windows specific Console related classes using `MOBILE` ifdef. The
`MONO_FEATURE_CONSOLE` will be set for profiles not setting `NO_CONSOLE`
which currently monodriod and monotouch profiles do.


No differences found