desowin / usbpcap

USB packet capture for Windows
http://desowin.org/usbpcap
896 stars 170 forks source link

Warning C4133 "function" : type incompatibility from "LPTSTR" to "LPBYTE" #118

Open ZhangYunfei2010 opened 3 years ago

ZhangYunfei2010 commented 3 years ago

I use VS2019 to build this project on Win10, but there is an incompatibility problem between LPTSTR and LPBYTE type, how to solve this problem