summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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>