From e6c4594bfd63d7480fa4c010e5336586c61c240f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 26 Sep 2019 18:23:54 +0300 Subject: C++'17 compatibility mode enabled --- plugins/BasicHistory/src/stdafx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/BasicHistory/src') diff --git a/plugins/BasicHistory/src/stdafx.h b/plugins/BasicHistory/src/stdafx.h index 34be3373c7..81269b85ff 100644 --- a/plugins/BasicHistory/src/stdafx.h +++ b/plugins/BasicHistory/src/stdafx.h @@ -10,6 +10,8 @@ #endif #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers +#define _HAS_AUTO_PTR_ETC 1 + // Windows Header Files: #include #include -- cgit v1.2.3