dhbaird / easywsclient

A short and sweet WebSocket client for C++
MIT License
751 stars 204 forks source link

not compiled on msys2 #102

Open leejw51 opened 1 year ago

leejw51 commented 1 year ago

in msys2, collide here typedef __int8 int8_t;

leejw51 commented 1 year ago

because it's already declared in stdint.h

dhbaird commented 1 year ago

Thanks for reporting this! If you can patch this w/o breaking other support, would accept.