trezor / trezord-go

:smiling_imp: Trezor Communication Daemon (written in Go)
GNU Lesser General Public License v3.0
241 stars 146 forks source link

Fix windows warning by adding Win 7 WIN32_WINNT #277

Closed igor-hnizdo closed 1 year ago

igor-hnizdo commented 1 year ago

That's a cygwin flag for SDK version. I am not 100% sure if it's necessary, but it shuts up the warnings, so let's do it.

igor-hnizdo commented 1 year ago

90% sure.

This is the last "bug hunting" thing I will do :) we should do some big QA before release though, if only because of new libusb and hidapi.

tsusanka commented 1 year ago

Yeah, definitely. Ok let's try it.