-
Notifications
You must be signed in to change notification settings - Fork 133
Conversation
cool |
I'm against the changing from Unicode to Multibyte. The latter should be considered deprecated. I'm also unsure about the conditions that were added for the macros. The compiler version is not directly related to the stdlib version, e.g. you can use mingw to compile using Microsoft's headers. |
Thank you for response. I agree it. But condition for
Therefore I use |
Looks much better. I forgot to ask the first time: could you please rebase this onto the develop branch? Thanks! |
Fix for buffer containing \0 characters
This reverts commit 3334b7e.
gai_strerror is used with %s of printf
Use _UCRT instead _MSC_VER
Sure. I rebased it. Thank you too! |
Some fixes for Visual C++ 2015.
#undef environ
. Becauseenviron
is defined(*__p__environ())
in<stdlib.h>
.snprintf
macro. Visual C++ 2015 hassnprintf
.ECONNRESET
macro. This is copy fromlibtelnet-proxy.c
tolibtelnet-chatd.c
.