* external.cc (check_ntsec): New function.
(cygwin_internal): Add CW_CHECK_NTSEC handling to call check_ntsec() from applications. * include/cygwin/version.h: Bump API minor number. * include/sys/cygwin.h (cygwin_getinfo_types): Add CW_CHECK_NTSEC. * cygthread.cc (cygthread::new): Add more defensive debugging.
This commit is contained in:
@ -31,7 +31,7 @@ details. */
|
||||
#include "shared_info.h"
|
||||
#include "cygthread.h"
|
||||
|
||||
#define CONVERT_LIMIT 4096
|
||||
#define CONVERT_LIMIT 16384
|
||||
|
||||
static BOOL
|
||||
cp_convert (UINT destcp, char *dest, UINT srccp, const char *src, DWORD size)
|
||||
|
Reference in New Issue
Block a user