This is a list of changs made to C-Kermit 10.0 beta.04 to support the new features and other changes in the second beta of C-Kermit for Windows v10.0 ck_ssl.c change to ck_ssh_is_installed - don't assume built-in SSH means built-in SSL ckcasc.h change #define CR 13 to #define CK_CR 13 - really annoying change but necessary to build with Visual C++ 2015 or newer due to changes in the windows headers ckcdeb.h NETPTY is now available on Windows NT when built with ConPTY support. Don't assume built-in SSH means built-in SSL Don't include direct.h or define SIGUSR1 when building with Watcom C - the watcom provided definitions are incompatible Fix detection of Windows 95 when building with older versions of Visual C++ ckcmai.c CR -> CK_CR rename Fix compiling without TAPI support when NODIAL is defined Fix compiling without NTLM Authentication support when NONTLM is defined ckctel.c Don't define define isascii when building with Watcom C - its already defined ckuath.c Fix compiling without NTLM support when NONTLM is defined ckuus2.c CR -> CK_CR rename Add windows help for the PTY command ckuus3.c Built-in SSH does not require SSL: Don't disable "set network type ssh" when SSL is unavailable Fix compiling without TAPI support when NODIAL is defined Add support for compiling without the toolbar Fix compatibility with older versions of Visual C++ that don't support the ShowWindowAsync API ckuus4.c CR -> CK_CR rename Fix compiling without TAPI support when NODIAL is defined Don't define getpid when compiling with Watcom C - its already defined ckuus5.c CR -> CK_CR rename Fix compiling without TAPI support when NODIAL is defined Add new compile options: _MSC_VER (Visual C++ version), NONTLM (built without NTLM Authentication support), CK_CONPTY (built with Windows PTY support) ckuus6.c CR -> CK_CR rename Fix compiling without TAPI support when NODIAL is defined Support for building without the windows rich edit widget ckuus7.c Fix Net_DLL connections Fix compiling without TAPI support when NODIAL is defined Fix compiling without NTLM Authentication support when NONTLM is defined ckuusr.c Fix build error when built-in SSH is enabled (variables k, havehost, trips not defined) Fix compiling without TAPI support when NODIAL is defined Fix compiling without NTLM Authentication support when NONTLM is defined Support for building without the windows rich edit widget ckuusx.c CR -> CK_CR rename Don't define getpid when compiling with Watcom C - its already defined Fix compiling without TAPI support when NODIAL is defined PTY support on Windows ckuusy.c Fix compiling without NTLM Authentication support when NONTLM is defined Files only affected by the CR -> CK_CR rename: ckcfn2.c, ckcfns.c, ckcftp.c, ckcker.h, ckcnet.c, ckcpro.w, ckucmd.c, ckudia.c, ckuscr.c