mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-22 21:40:05 +00:00
fixed inet_ntoa warnings
This commit is contained in:
parent
35b424c531
commit
0ff1f74cd3
@ -1,6 +1,10 @@
|
|||||||
#include "CNProtocol.hpp"
|
#include "CNProtocol.hpp"
|
||||||
#include "CNStructs.hpp"
|
#include "CNStructs.hpp"
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#define _WINSOCK_DEPRECATED_NO_WARNINGS
|
||||||
|
#endif
|
||||||
|
|
||||||
// ========================================================[[ CNSocketEncryption ]]========================================================
|
// ========================================================[[ CNSocketEncryption ]]========================================================
|
||||||
|
|
||||||
// literally C/P from the client and converted to C++ (does some byte swapping /shrug)
|
// literally C/P from the client and converted to C++ (does some byte swapping /shrug)
|
||||||
|
Loading…
Reference in New Issue
Block a user