From adfc842da252221e84b32b7eb3676c990ae80656 Mon Sep 17 00:00:00 2001 From: myd7349 Date: Wed, 16 Feb 2022 12:47:36 +0800 Subject: [PATCH] Use ConcRT instead of ConCRT ConcRT is a more correct abbreviation for Concurrency Runtime Library. ConcRT also appears in the comment in the beginning of concrt.h. --- docs/build/configuring-programs-for-windows-xp.md | 4 ++-- docs/parallel/toc.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/build/configuring-programs-for-windows-xp.md b/docs/build/configuring-programs-for-windows-xp.md index 36e80bf2413..3e96c4f48ed 100644 --- a/docs/build/configuring-programs-for-windows-xp.md +++ b/docs/build/configuring-programs-for-windows-xp.md @@ -47,7 +47,7 @@ Along with the Windows XP platform toolset, several libraries include runtime su - Universal C Runtime Library (UCRT) - C++ Standard Library - Active Template Library (ATL) -- Concurrency Runtime Library (ConCRT) +- Concurrency Runtime Library (ConcRT) - Parallel Patterns Library (PPL) - Microsoft Foundation Class Library (MFC) - C++ AMP (C++ Accelerated Massive Programming) library. @@ -61,7 +61,7 @@ These libraries are supported by the platform toolsets installed by Visual Studi |CRT|X|X|X| |C++ Standard Library|X|X|X| |ATL|X|X|X| -|ConCRT/PPL|X|X|X| +|ConcRT/PPL|X|X|X| |MFC|X||X| |C++ AMP|X|X|| diff --git a/docs/parallel/toc.yml b/docs/parallel/toc.yml index 98a9fd0393a..d8a0ae92833 100644 --- a/docs/parallel/toc.yml +++ b/docs/parallel/toc.yml @@ -167,7 +167,7 @@ items: href: ../parallel/amp/reference/concurrency-precise-math-namespace.md - name: "Concurrency::precise_math namespace functions" href: ../parallel/amp/reference/concurrency-precise-math-namespace-functions.md -- name: Concurrency Runtime (ConCRT) +- name: Concurrency Runtime (ConcRT) expanded: false items: - name: Concurrency Runtime