mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-23 13:04:17 +00:00
Merge pull request #1435 from TheBlueMatt/mingwbuild
Fix Mingw64 build (missing headers according to M$ documentation)
This commit is contained in:
commit
883a310904
@ -36,6 +36,8 @@
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
#include "shlwapi.h"
|
||||
#include "shlobj.h"
|
||||
#include "shellapi.h"
|
||||
#endif
|
||||
|
||||
namespace GUIUtil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user