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 <windows.h> // for winnls.h
|
||||
#include <winsock2.h> // for WSAStartup()
|
||||
#include <wincrypt.h>
|
||||
|
||||
#ifdef VMIME_HAVE_MLANG_H
|
||||
# include <mlang.h>
|
||||
|
Loading…
Reference in New Issue
Block a user