diff --git a/Base/Context.hpp b/Base/Context.hpp index 899da66..95a2e6f 100644 --- a/Base/Context.hpp +++ b/Base/Context.hpp @@ -13,7 +13,7 @@ #if defined(_MSVC_LANG) #define ATL_STANDARD _MSVC_LANG -#elif +#else #define ATL_STANDARD __cplusplus #endif