dhbaird / easywsclient

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

Winports #16

Closed kivatek closed 11 years ago

kivatek commented 11 years ago

I prepared ports for Windows of easywsclient.

dhbaird commented 11 years ago

@kivatek - these patches look great! Just a few small issues to fix:

(1) Convert tabs to spaces in easywsclient.cpp and example-client.cpp. (Don't mix tabs and spaces.)

(2) There is delete ws; on Line 26 of example-client.cpp. Add this line to your branch.

(3) Squash all of the commits: create another new branch (git checkout -b winports-try2) and run git rebase -i master. See this tutorial.

(4) Finally, send a new pull request of winports-try2.

dhbaird commented 11 years ago

See #17.