SLikeSoft / SLikeNet

SLikeNetâ„¢ is an Open Source/Free Software cross-platform network engine written in C++ and specifially designed for games (and applications which have comparable requirements on a network engine like games) building upon the discontinued RakNet network engine which had more than 13 years of active development.
https://www.slikenet.com/
Other
401 stars 63 forks source link

Use small letters in include(s) for easier cross-compilation #56

Closed Patrix9999 closed 1 year ago

Patrix9999 commented 5 years ago

Hi!

Recently i've pulled the project and tried to compile under linux targeting windows. Unfortunately i had to make one little change to run the mingw cross-compiler.

I suggest adding this small change to the main project, simply to run cross-compilation without any errors (as we all know, Linux is case-sensitive).

NOTE: (decapitalization in #pragma comment part isn't necessary)