Merge pull request #96 from bvernoux/master

Fix build with Windows SDK 8.1 or more, fix typos in airspy_source
This commit is contained in:
AlexandreRouma
2021-04-16 19:55:05 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#ifdef _WIN32
#include <Windows.h>
#include <ShlObj_core.h>
#include <ShlObj.h>
#include <thread>
#endif