diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-05 18:19:05 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-05 18:19:05 +0100 |
commit | 4630c59e40361ccb500d1384c1c611648462f93c (patch) | |
tree | 94b2a16d8ee4b9fba9b5faa868170b66c8d81d84 /compat | |
parent | b6c2ce4f26a31fd521f56994fb64963b30b77cd5 (diff) |
fix mingw-w64 build
Diffstat (limited to 'compat')
-rw-r--r-- | compat/compat.h | 3 |
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> |