[runtime] Remove compile-time gc dependencies from domain.c/appdomain.c. (#5263)
[mono.git] / mono / metadata / coree.h
index a9c6a7cb76a750902db71952d766bb7a42aa15f8..7ddfad6165c8bfb97a1db3d5714fd10551c7e666 100644 (file)
@@ -1,10 +1,12 @@
-/*
- * coree.h: mscoree.dll functions
+/**
+ * \file
+ * mscoree.dll functions
  *
  * Author:
  *   Kornel Pal <http://www.kornelpal.hu/>
  *
  * 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,8 +17,8 @@
 
 #ifdef HOST_WIN32
 
-#include <mono/io-layer/io-layer.h>
 #include <mono/utils/mono-compiler.h>
+#include <mono/utils/w32api.h>
 #include "image.h"
 
 #define STATUS_SUCCESS 0x00000000L