Remove winnt.h include from xmrig.cpp
- Remove Windows-specific winnt.h include - Keep only windows.h wrapped in #ifdef _WIN32 - Linux builds should now work without Windows headers
This commit is contained in:
parent
331e1e115d
commit
71b068ea2f
@ -8,7 +8,6 @@
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#include <winnt.h>
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
#include <uv.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user