mirror of
https://github.com/Wind4/vlmcsd.git
synced 2025-12-17 13:06:30 +01:00
vlmcsd-svn1099-2016-10-25-Hotbird64
This commit is contained in:
@@ -74,6 +74,7 @@ static void vlogger(const char *message, va_list args)
|
||||
// so formatting the output can be concurrent
|
||||
int len = (int)strlen(mbstr);
|
||||
//# if !_MSC_VER
|
||||
|
||||
vlmcsd_vsnprintf(mbstr + len, sizeof(mbstr) - len, message, args);
|
||||
//# else
|
||||
// wvsprintf(mbstr + len, message, args);
|
||||
@@ -630,6 +631,10 @@ void printServerFlags()
|
||||
" NO_STRICT_MODES"
|
||||
# endif // NO_STRICT_MODES
|
||||
|
||||
# ifdef NO_CLIENT_LIST
|
||||
" NO_CLIENT_LIST"
|
||||
# endif // NO_CLIENT_LIST
|
||||
|
||||
# if (_WIN32 || __CYGWIN__) && (!defined(USE_MSRPC) || defined(SUPPORT_WINE))
|
||||
" SUPPORT_WINE"
|
||||
# endif // (_WIN32 || __CYGWIN__) && (!defined(USE_MSRPC) || defined(SUPPORT_WINE))
|
||||
|
||||
Reference in New Issue
Block a user