diff --git a/QtTermTCP.cpp b/QtTermTCP.cpp index 456a835..560b9b5 100644 --- a/QtTermTCP.cpp +++ b/QtTermTCP.cpp @@ -2,6 +2,7 @@ #define VersionString "0.0.0.67" + // .12 Save font weight // .13 Display incomplete lines (ie without CR) // .14 Add YAPP and Listen Mode @@ -75,6 +76,7 @@ // .67 Add config Yapp RX Size dialog July 2023 // Fix 63 port montoring + #define _CRT_SECURE_NO_WARNINGS #define UNUSED(x) (void)(x)