facebookarchive / RakNet

RakNet is a cross platform, open source, C++ networking engine for game programmers.
Other
3.3k stars 1.02k forks source link

Compiling DLL under VS2015 Preview #39

Open MattGuerrette opened 9 years ago

MattGuerrette commented 9 years ago

I've noticed that there is an issue in CCRakNetSlidingWindow.cpp where math.h is included rather than cmath which causes an ambiguous call to abs() and fails to compile. Just thought I would point this out.

LunaticEdit commented 8 years ago

Old comment, but thanks, that helped me successfully compile the solution :+1: