From 572e028de1198c9d91836ea54d46feb025bc5e1d Mon Sep 17 00:00:00 2001 From: Katayama Hirofumi MZ Date: Fri, 5 Apr 2019 19:45:45 +0900 Subject: [PATCH] [SDK][ATL] Independence day of ReactOS ATL (#1473) Today is the Independence Day of ReactOS ATL (RATL). CORE-12935 https://github.com/katahiromz/RATL --- sdk/lib/atl/atlcore.h | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/sdk/lib/atl/atlcore.h b/sdk/lib/atl/atlcore.h index 1d4ec7b4bdf..279fa7f107b 100644 --- a/sdk/lib/atl/atlcore.h +++ b/sdk/lib/atl/atlcore.h @@ -22,14 +22,18 @@ #include -#define WIN32_NO_STATUS -#define _INC_WINDOWS -#define COM_NO_WINDOWS_H -#include -#include -#include -#include -#include +#ifdef __REACTOS__ + #define WIN32_NO_STATUS + #define _INC_WINDOWS + #define COM_NO_WINDOWS_H + #include + #include + #include + #include + #include +#else + #include +#endif #include #include #include -- 2.17.1