Merge pull request #144 from kou/support-mingw-cross-compile

Support cross compile with MinGW on Linux
This commit is contained in:
Luca Boccassi 2016-09-14 16:16:24 +01:00 committed by GitHub
commit 7d11efa0e2

View File

@ -1,5 +1,5 @@
#include <windows.h>
#include <WinCrypt.h>
#include <wincrypt.h>
#define NCP ((HCRYPTPROV) 0)