mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-20 18:48:16 +00:00
Support cross compile with MinGW on Linux
Linux uses case sensitive file system. So we can't find "wincrypt.h" by "WinCrypt.h".
This commit is contained in:
parent
3f791bb92b
commit
f942303cd5
@ -1,5 +1,5 @@
|
|||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <WinCrypt.h>
|
#include <wincrypt.h>
|
||||||
|
|
||||||
#define NCP ((HCRYPTPROV) 0)
|
#define NCP ((HCRYPTPROV) 0)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user