mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Fix for error at pcap and vcp level on Windows causes crash
This commit is contained in:
committed by
EricLiu2000
parent
44ca4d4db1
commit
a608d21304
@@ -35,7 +35,6 @@ private:
|
||||
bool open(bool fromAsync);
|
||||
bool opening = false;
|
||||
neodevice_t& device;
|
||||
device_errorhandler_t err;
|
||||
HANDLE handle = INVALID_HANDLE_VALUE;
|
||||
OVERLAPPED overlappedRead = {};
|
||||
OVERLAPPED overlappedWrite = {};
|
||||
|
||||
Reference in New Issue
Block a user