From 45cf1f8904f95a35cb088e4b5fa34984ef57f51d Mon Sep 17 00:00:00 2001 From: Chuck Craft Date: Wed, 16 Jun 2021 12:51:07 +0000 Subject: [PATCH] WSDG: define CRT; add UCRT --- docbook/wsdg_src/WSDG_chapter_tools.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docbook/wsdg_src/WSDG_chapter_tools.adoc b/docbook/wsdg_src/WSDG_chapter_tools.adoc index 823d17fc09..58c0cd8f46 100644 --- a/docbook/wsdg_src/WSDG_chapter_tools.adoc +++ b/docbook/wsdg_src/WSDG_chapter_tools.adoc @@ -408,8 +408,8 @@ lawyer instead. It’s the authors view and this view might be wrong. Wireshark and its libraries depend on POSIX functions such as fopen() and malloc(). On Windows, these functions are provided by the Microsoft -Visual {cpp} Runtime. There are many different versions of the CRT and -Visual {cpp} 2015 and later use the _Universal CRT_. +Visual {cpp} C Runtime (CRT). There are many different versions of the CRT and +Visual {cpp} 2015 and later use the _Universal CRT_ (UCRT). The Universal CRT comes standard with Windows 10 and is installed as part of Windows Update on earlier versions of Windows. The Wireshark .exe