Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/build/configuring-programs-for-windows-xp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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||

Expand Down
2 changes: 1 addition & 1 deletion docs/parallel/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down