1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-27 16:54:15 +01:00

OP-958 Fix compilation issues on Windows platform

This commit is contained in:
Alessio Morale 2013-05-21 15:16:56 +02:00
parent d2244d83d1
commit 3b6ce9dbc3

View File

@ -30,7 +30,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <usb.h>
#include <QDebug>
#include <QString>
#include <QMutex>
@ -38,18 +37,6 @@
#include "opHID_const.h"
#include "opHID_global.h"
typedef struct hid_struct hid_t;
struct hid_struct
{
usb_dev_handle *usb;
int open;
int iface;
int ep_in;
int ep_out;
struct hid_struct *prev;
struct hid_struct *next;
};
struct hidapi_wrapper_device
{
struct hid_device_info *list_ptr;