0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-01 19:05:18 +08:00

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

Problem: MinGW cross compile is failed on Linux
This commit is contained in:
Luca Boccassi 2016-09-14 16:15:12 +01:00 committed by GitHub
commit e8d665c4e5
2 changed files with 2 additions and 1 deletions

View File

@ -65,6 +65,7 @@ Joe Thornber
Jon Dyte
Kamil Shakirov
Ken Steele
Kouhei Sutou
Laurent Alebarde
Leonardo J. Consoni
Lourens Naudé

View File

@ -852,7 +852,7 @@ int crypto_sign_open(u8 *m,u64 *mlen,const u8 *sm,u64 n,const u8 *pk)
#ifdef ZMQ_HAVE_WINDOWS
#include <windows.h>
#include <WinCrypt.h>
#include <wincrypt.h>
#define NCP ((HCRYPTPROV) 0)