* 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:
Christopher Faylor
2003-04-02 23:01:11 +00:00
parent 15fd016389
commit d99c61760e
4 changed files with 18 additions and 3 deletions

View File

@ -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)