novacoin-project / novacoin

Novacoin sources tree
MIT License
115 stars 514 forks source link

Move WSAStartup to init #255

Closed svost closed 9 years ago

svost commented 9 years ago

WSAStartup should be called before using any other socket functions. BindListenPort is not called if not listening.

Closes bitcoin issue #2585.