diff options
Diffstat (limited to 'plugins/OpenSSL/src/stdafx.h')
-rw-r--r-- | plugins/OpenSSL/src/stdafx.h | 4 |
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> |