Merge pull request #1675 from ybh1998/master

Fix Windows include files cases
This commit is contained in:
xmrig 2020-05-13 23:32:21 +07:00 committed by GitHub
commit e4aa1fad3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ if (WITH_TLS)
set(OPENSSL_USE_STATIC_LIBS TRUE)
set(OPENSSL_MSVC_STATIC_RT TRUE)
set(EXTRA_LIBS ${EXTRA_LIBS} Crypt32)
set(EXTRA_LIBS ${EXTRA_LIBS} crypt32)
elseif (APPLE)
set(OPENSSL_USE_STATIC_LIBS TRUE)
endif()

View file

@ -24,7 +24,7 @@
#include <direct.h>
#include <Shlobj.h>
#include <shlobj.h>
#include <windows.h>

View file

@ -36,7 +36,7 @@
#include "crypto/rx/RxConfig.h"
#include <Windows.h>
#include <windows.h>
#include <array>
#include <string>
#include <thread>