From eba14241fe23d0561687a1e530a57fa0bfc6ab69 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 3 Dec 2012 09:13:32 +0100 Subject: Some minor changes to solve compilation problems after last merge --- xorg-server/hw/xwin/propertystore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xorg-server/hw/xwin/propertystore.h') 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 -#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 #include -- cgit v1.2.3