TES3MP / CrabNet

CrabNet is a cross platform, open source, C++ networking engine for game programmers.
Other
23 stars 15 forks source link

Fix include/preprocessor issues when building on Windows #13

Closed Ostoic closed 5 years ago

Ostoic commented 5 years ago

I was unable to build the project, so I made the following changes to the project:

TCPInterface.cpp:

UDPForwarder.cpp:

RakNetSocket2_Windows_Linux.cpp:

With all these changes I was able to build the project on MSVC 15 2017.

I looked through the open and closed issues and did not see anything addressing these problems.

I apologize if this pull request was made in error.

Koncord commented 5 years ago

Fixed by 39278dc1