X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fcoree.h;h=5057ab1cf2f27a0bc34d5bcf58dd4062f220b288;hb=52418d713f478a9f23cdb1a76575d58bea225009;hp=a9c6a7cb76a750902db71952d766bb7a42aa15f8;hpb=addc8c1b857b98065af41976874f29533c5277d9;p=mono.git diff --git a/mono/metadata/coree.h b/mono/metadata/coree.h index a9c6a7cb76a..5057ab1cf2f 100644 --- a/mono/metadata/coree.h +++ b/mono/metadata/coree.h @@ -1,10 +1,12 @@ -/* - * coree.h: mscoree.dll functions +/** + * \file + * mscoree.dll functions * * Author: * Kornel Pal * * Copyright (C) 2008 Kornel Pal + * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ #ifndef __MONO_COREE_H__ @@ -15,14 +17,14 @@ #ifdef HOST_WIN32 -#include #include +#include #include "image.h" #define STATUS_SUCCESS 0x00000000L #define STATUS_INVALID_IMAGE_FORMAT 0xC000007BL -STDAPI MonoFixupCorEE(HMODULE ModuleHandle); +MONO_API STDAPI MonoFixupCorEE(HMODULE ModuleHandle); /* Defined by the linker. */ #ifndef _MSC_VER