diff options
author | Vincent Richard <[email protected]> | 2012-11-13 09:12:36 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2012-11-13 09:12:36 +0000 |
commit | fc9bc263843f742cc2a02f7cafa934bf2c3ef393 (patch) | |
tree | 71358322344eecb16a3897056c36c24fbf0f7a1a | |
parent | SMTP Command Pipelining (RFC-2920). (diff) | |
parent | add missing wincrypt.h (diff) | |
download | vmime-fc9bc263843f742cc2a02f7cafa934bf2c3ef393.tar.gz vmime-fc9bc263843f742cc2a02f7cafa934bf2c3ef393.zip |
Merge pull request #14 from mabrand/fix-wincrypt
Added missing include "wincrypt.h".
-rw-r--r-- | src/platforms/windows/windowsHandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platforms/windows/windowsHandler.cpp b/src/platforms/windows/windowsHandler.cpp index 9a3a85e3..6d1f4144 100644 --- a/src/platforms/windows/windowsHandler.cpp +++ b/src/platforms/windows/windowsHandler.cpp @@ -36,6 +36,7 @@ #include <process.h> #include <windows.h> // for winnls.h #include <winsock2.h> // for WSAStartup() +#include <wincrypt.h> #ifdef VMIME_HAVE_MLANG_H # include <mlang.h> |