mirror of
https://github.com/RPCS3/libusb.git
synced 2026-07-21 00:16:04 -04:00
WinCE: Remove unused errno header and local variable
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
#include <config.h>
|
||||
|
||||
#include <stdint.h>
|
||||
#include <errno.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "libusbi.h"
|
||||
@@ -37,7 +36,6 @@ unsigned __stdcall wince_clock_gettime_threaded(void* param);
|
||||
|
||||
// Global variables
|
||||
uint64_t hires_frequency, hires_ticks_to_ps;
|
||||
int errno;
|
||||
const uint64_t epoch_time = UINT64_C(116444736000000000); // 1970.01.01 00:00:000 in MS Filetime
|
||||
int windows_version = WINDOWS_CE;
|
||||
static int concurrent_usage = -1;
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define LIBUSB_NANO 10972
|
||||
#define LIBUSB_NANO 10973
|
||||
|
||||
Reference in New Issue
Block a user