Merge pull request #14 from mabrand/fix-wincrypt
Added missing include "wincrypt.h".
This commit is contained in:
commit
fc9bc26384
@ -36,6 +36,7 @@
|
|||||||
#include <process.h>
|
#include <process.h>
|
||||||
#include <windows.h> // for winnls.h
|
#include <windows.h> // for winnls.h
|
||||||
#include <winsock2.h> // for WSAStartup()
|
#include <winsock2.h> // for WSAStartup()
|
||||||
|
#include <wincrypt.h>
|
||||||
|
|
||||||
#ifdef VMIME_HAVE_MLANG_H
|
#ifdef VMIME_HAVE_MLANG_H
|
||||||
# include <mlang.h>
|
# include <mlang.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user