Merge pull request #3796 from ntherning/windows-backend-for-MemoryMappedFile
[mono.git] / mono / utils / mono-mmap-windows.c
index c7d87936cec854316885ad14fa1f4b025f86d767..d0b6072bece42f0bf94070df2fdad50ed88d5df9 100644 (file)
@@ -12,7 +12,7 @@
 #include <glib.h>
 
 #if defined(HOST_WIN32)
-#include <Windows.h>
+#include <windows.h>
 #include "mono/utils/mono-mmap-windows.h"
 #include <mono/utils/mono-counters.h>
 #include <io.h>