Merge pull request #14 from mabrand/fix-wincrypt

Added missing include "wincrypt.h".
This commit is contained in:
Vincent Richard 2012-11-13 01:12:36 -08:00
commit fc9bc26384

View File

@ -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>