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/ListeningTo/src/stdafx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/ListeningTo') diff --git a/plugins/ListeningTo/src/stdafx.h b/plugins/ListeningTo/src/stdafx.h index 2236e6a83d..bcfab528fe 100644 --- a/plugins/ListeningTo/src/stdafx.h +++ b/plugins/ListeningTo/src/stdafx.h @@ -22,6 +22,7 @@ Boston, MA 02111-1307, USA. # define __COMMONS_H__ #define _CRT_NONSTDC_NO_DEPRECATE +#define _HAS_AUTO_PTR_ETC 1 #include #include -- cgit v1.2.3