summarylogtreecommitdiffstats
path: root/fix_Win32_header.patch
blob: 85e209c653320865c6d097769c93d8a169c767dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/io.c b/src/io.c
index cd8dc6e..4c7e361 100644
--- a/src/io.c
+++ b/src/io.c
@@ -32,7 +32,7 @@
 #if defined(_WIN32)
 #define WIN32_LEAN_AND_MEAN
 #define NOGDI
-#include <Windows.h>
+#include <windows.h>
 #endif
 #include <stdlib.h>
 #include <stdarg.h>