Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / coree-internals.h
index 3df754f9c393d97acfd9438ba29971a247fdfbc7..38dc3e13086ed34d8f89dc83c3a5824d75146d31 100644 (file)
@@ -1,4 +1,5 @@
-/*
+/**
+ * \file
  * Copyright 2016 Microsoft
  * Licensed under the MIT license. See LICENSE file in the project root for full license information.
  */
@@ -9,7 +10,7 @@
 #include <glib.h>
 
 #ifdef HOST_WIN32
-#include <Windows.h>
+#include <windows.h>
 
 BOOL STDMETHODCALLTYPE
 _CorDllMain (HINSTANCE hInst, DWORD dwReason, LPVOID lpReserved);