1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

OP GCS/HID - small fix

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2956 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
zedamota 2011-03-03 21:14:56 +00:00 committed by zedamota
parent 18eef2f532
commit 623bdb6298
2 changed files with 3 additions and 4 deletions

View File

@ -45,9 +45,6 @@
#include <QDebug>
#include <QString>
#elif defined(Q_OS_WIN32)
#define _WIN32_WINNT 0x0500
#define _WIN32_WINDOWS 0x0500
#define WINVER 0x0500
#include <windows.h>
#include <setupapi.h>
#include <ddk/hidsdi.h>

View File

@ -52,7 +52,9 @@ struct USBPortInfo {
#include <QSocketNotifier>
#elif defined (Q_OS_WIN32)
#define _WIN32_WINNT 0x0500
#define _WIN32_WINDOWS 0x0500
#define WINVER 0x0500
#include <windows.h>
#include <dbt.h>
#include <setupapi.h>