bit better sockets

This commit is contained in:
alessandro.bason 2021-10-20 10:51:18 +01:00
parent c4d1ffe539
commit aa08240ec9
4 changed files with 111 additions and 25 deletions

View file

@ -5,6 +5,10 @@
#include <stdarg.h>
#include <stdlib.h>
#ifdef _WIN32
#pragma warning(disable:4996) // _CRT_SECURE_NO_WARNINGS.
#endif
#ifdef TLOG_VS
#ifdef _WIN32
#ifndef TLOG_NO_COLOURS