diff options
Diffstat (limited to 'xorg-server/hw/xwin/propertystore.h')
-rw-r--r-- | xorg-server/hw/xwin/propertystore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/propertystore.h b/xorg-server/hw/xwin/propertystore.h index 6afc6c954..b4a761f51 100644 --- a/xorg-server/hw/xwin/propertystore.h +++ b/xorg-server/hw/xwin/propertystore.h @@ -26,7 +26,7 @@ #include <windows.h> -#ifdef __MINGW64_VERSION_MAJOR +#if defined(__MINGW64_VERSION_MAJOR) || defined(_MSC_VER) /* If we are using headers from mingw-w64 project, it provides the PSDK headers this needs ... */ #include <propkey.h> #include <propsys.h> |