From: Marek Safar Date: Mon, 19 Sep 2016 16:55:11 +0000 (+0200) Subject: [Facades] Use correct define X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=c84760250884989e10d707c049fd0aacae79c93e;p=mono.git [Facades] Use correct define --- diff --git a/mcs/class/Facades/System.Reflection.Emit.Lightweight/DynamicMethod.cs b/mcs/class/Facades/System.Reflection.Emit.Lightweight/DynamicMethod.cs index 6a0f53c9b66..25fa02f1618 100644 --- a/mcs/class/Facades/System.Reflection.Emit.Lightweight/DynamicMethod.cs +++ b/mcs/class/Facades/System.Reflection.Emit.Lightweight/DynamicMethod.cs @@ -26,7 +26,7 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if MONOTOUCH +#if FULL_AOT_RUNTIME namespace System.Reflection.Emit {