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:
Kouhei Sutou 2016-09-14 23:28:46 +09:00
parent 3f791bb92b
commit f942303cd5

View File

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