bit better sockets
This commit is contained in:
parent
c4d1ffe539
commit
aa08240ec9
4 changed files with 111 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue