X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fhandle.h;h=99a0428290355f98fad465166ced168e0b8f1c84;hb=69b03a509b95c3f4d87ddcc0b6a0bee43d373524;hp=b933039b0b0ed222b08aaa2df015b7f947e13b04;hpb=78c758494a04132c0965f8af82dd7370da5f4af1;p=mono.git diff --git a/mono/metadata/handle.h b/mono/metadata/handle.h index b933039b0b0..99a04282903 100644 --- a/mono/metadata/handle.h +++ b/mono/metadata/handle.h @@ -5,6 +5,7 @@ * - Ludovic Henry * * Copyright 2015 Xamarin, Inc. (www.xamarin.com) + * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ #ifndef __MONO_HANDLE_H__ @@ -94,7 +95,7 @@ mono_handle_elevate (MonoHandle handle) return mono_handle_arena_elevate (mono_handle_arena_current (), handle); } -#ifndef CHECKED_BUILD +#ifndef ENABLE_CHECKED_BUILD #define mono_handle_obj(handle) ((handle)->__private_obj)