summaryrefslogtreecommitdiff
path: root/plugins/OpenSSL/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-07-28 09:07:46 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-07-28 09:07:46 +0000
commit483e9e22eb387be7fb726a25a7738638aa81b610 (patch)
tree5266dc6bc9f413cd40314d449327ca6de4304242 /plugins/OpenSSL/src/stdafx.h
parent2f261839b60692e33d0e160344d0d636d49c90ba (diff)
compilation fix for VS2015.3
git-svn-id: http://svn.miranda-ng.org/main/trunk@17139 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/OpenSSL/src/stdafx.h')
-rw-r--r--plugins/OpenSSL/src/stdafx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/OpenSSL/src/stdafx.h b/plugins/OpenSSL/src/stdafx.h
index 966baded3b..15baf87a7c 100644
--- a/plugins/OpenSSL/src/stdafx.h
+++ b/plugins/OpenSSL/src/stdafx.h
@@ -28,9 +28,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
typedef struct SslHandle *HSSL;
#include <shlobj.h>
-#include <delayimp.h>
#include <security.h>
+#define DELAYIMP_INSECURE_WRITABLE_HOOKS
+#include <delayimp.h>
+
#include <newpluginapi.h>
#include <m_netlib.h>
#include <m_langpack.h>