Skip to content

Commit 2ac4131

Browse files
author
mikeblome
committed
fixes #1653
1 parent 06eb4e4 commit 2ac4131

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/parallel/openmp/reference/openmp-library-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "OpenMP Library Reference"
3-
ms.date: "07/30/2019"
3+
ms.date: "12/02/2019"
44
ms.assetid: a25188c6-edde-43d0-84b5-780e797b08fc
55
---
66
# OpenMP Library Reference
@@ -20,8 +20,8 @@ The Visual C++ OpenMP run-time library functions are contained in the following
2020

2121
|OpenMP run-time library|Characteristics|
2222
|------------------------------|---------------------|
23-
|VCOMP.LIB|Multithreaded, dynamic link (import library for VCOMP.LIB).|
24-
|VCOMPD.LIB|Multithreaded, dynamic link (import library for VCOMPD.LID) (debug)|
23+
|VCOMP.LIB|Multithreaded, dynamic link (import library for VCOMP140.DLL).|
24+
|VCOMPD.LIB|Multithreaded, dynamic link (import library for VCOMP140D.DLL) (debug)|
2525

2626
If _DEBUG is defined in a compilation and if `#include <omp.h>` is in source code, VCOMPD.LIB will be the default lib, otherwise, VCOMP.LIB will be used.
2727

0 commit comments

Comments
 (0)