summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-11-05 18:19:05 +0100
committerStanislaw Halik <sthalik@misaki.pl>2013-11-05 18:19:05 +0100
commit4630c59e40361ccb500d1384c1c611648462f93c (patch)
tree94b2a16d8ee4b9fba9b5faa868170b66c8d81d84
parentb6c2ce4f26a31fd521f56994fb64963b30b77cd5 (diff)
fix mingw-w64 build
-rw-r--r--compat/compat.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/compat/compat.h b/compat/compat.h
index 60395830..8c307b14 100644
--- a/compat/compat.h
+++ b/compat/compat.h
@@ -7,8 +7,7 @@
#pragma once
#if defined(_WIN32)
-#include <winbase.h>
-#include <winreg.h>
+#include <windows.h>
#else
#include <stdio.h>
#include <string.h>