diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-03 21:34:49 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-03 21:34:49 +0100 |
commit | bbaefce3a90b3c45f23e494f76ed15fa9a00d5e8 (patch) | |
tree | 28ef5677081348be4a3addf8e28028990245cd4b /compat/compat.h | |
parent | cc9b496e2de68b983dbc5fde27a1379cc9602a35 (diff) |
fix apple build
Diffstat (limited to 'compat/compat.h')
-rw-r--r-- | compat/compat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compat/compat.h b/compat/compat.h index 8c307b14..60395830 100644 --- a/compat/compat.h +++ b/compat/compat.h @@ -7,7 +7,8 @@ #pragma once #if defined(_WIN32) -#include <windows.h> +#include <winbase.h> +#include <winreg.h> #else #include <stdio.h> #include <string.h> |