diff --git a/drivers/windows/panda/targetver.h b/drivers/windows/panda/targetver.h index 87c0086..1bf4ee6 100644 --- a/drivers/windows/panda/targetver.h +++ b/drivers/windows/panda/targetver.h @@ -5,4 +5,9 @@ // If you wish to build your application for a previous Windows platform, include WinSDKVer.h and // set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h. +#include + +#define WINVER _WIN32_WINNT_WIN7 +#define _WIN32_WINNT _WIN32_WINNT_WIN7 + #include diff --git a/drivers/windows/pandaJ2534DLL/targetver.h b/drivers/windows/pandaJ2534DLL/targetver.h index 87c0086..1bf4ee6 100644 --- a/drivers/windows/pandaJ2534DLL/targetver.h +++ b/drivers/windows/pandaJ2534DLL/targetver.h @@ -5,4 +5,9 @@ // If you wish to build your application for a previous Windows platform, include WinSDKVer.h and // set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h. +#include + +#define WINVER _WIN32_WINNT_WIN7 +#define _WIN32_WINNT _WIN32_WINNT_WIN7 + #include