WinCE: Add back mistakenly removed errno variable
authorChris Dickens <christopher.a.dickens@gmail.com>
Fri, 5 Jan 2018 05:51:04 +0000 (21:51 -0800)
committerChris Dickens <christopher.a.dickens@gmail.com>
Fri, 5 Jan 2018 05:51:04 +0000 (21:51 -0800)
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
libusb/os/wince_usb.c
libusb/version_nano.h

index 003c7a7..39fc6f3 100644 (file)
@@ -31,6 +31,7 @@
 #include "wince_usb.h"
 
 // Global variables
+int errno = 0;
 int windows_version = WINDOWS_CE;
 static uint64_t hires_frequency, hires_ticks_to_ps;
 static HANDLE driver_handle = INVALID_HANDLE_VALUE;
index ee4493a..1001f69 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11255
+#define LIBUSB_NANO 11256