kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
Fix build with SDK 8.1 or more (replace #include <ShlObj_core.h> supported only with Windows SDK10 by #include <ShlObj.h> support by Windows SDK 8.1 or more)
rodzic
098f09844b
commit
0b9d5c2b69
|
@ -6,7 +6,7 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
#include <Windows.h>
|
||||
#include <ShlObj_core.h>
|
||||
#include <ShlObj.h>
|
||||
#include <thread>
|
||||
#endif
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue