MelbourneDeveloper / Device.Net

A C# cross platform connected device framework
MIT License
620 stars 119 forks source link

Added flag to disable changes from #215 for .Net Framework #223

Closed andyvorld closed 2 years ago

andyvorld commented 2 years ago

Implemented #if switch to revert #215 in .Net framework applications to fix #222.

Changes to Hid.Net\Windows\WindowsHidApiService.cs, could be more elegant as the fix just override what FILE_FLAG_OVERLAPPED means.