From 4f30b33d270f5463bee7226ca8b94cbe8f1948b4 Mon Sep 17 00:00:00 2001 From: John Wiseman Date: Thu, 17 Aug 2023 13:44:45 +0100 Subject: [PATCH] 0.0.0.67 --- QtTermTCP.cpp | 2 ++ 1 file changed, 2 insertions(+) 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)