mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-11 15:48:05 +00:00
Fix Mingw64 build (missing headers according to M$ documentation)
This commit is contained in:
parent
afdd59416e
commit
b065976007
@ -36,6 +36,8 @@
|
|||||||
#define NOMINMAX
|
#define NOMINMAX
|
||||||
#endif
|
#endif
|
||||||
#include "shlwapi.h"
|
#include "shlwapi.h"
|
||||||
|
#include "shlobj.h"
|
||||||
|
#include "shellapi.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace GUIUtil {
|
namespace GUIUtil {
|
||||||
|
Loading…
Reference in New Issue
Block a user