mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-20 10:23:47 +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 <WinCrypt.h>
|
||||
#include <wincrypt.h>
|
||||
|
||||
#define NCP ((HCRYPTPROV) 0)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user