1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 08:23:34 -05:00

Change cases of Windows include file and link library

When cross-compiling on case sensitive systems, such as Linux, there will be an Error.
This commit is contained in:
Bohan Yu
2020-05-13 21:00:52 +08:00
parent a8e91bb888
commit a797d808b5
3 changed files with 3 additions and 3 deletions

View File

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