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:
commit
e8d665c4e5
1
AUTHORS
1
AUTHORS
@ -65,6 +65,7 @@ Joe Thornber
|
||||
Jon Dyte
|
||||
Kamil Shakirov
|
||||
Ken Steele
|
||||
Kouhei Sutou
|
||||
Laurent Alebarde
|
||||
Leonardo J. Consoni
|
||||
Lourens Naudé
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user