Skip to content

Commit dfd71d5

Browse files
authored
Merge pull request MicrosoftDocs#2407 from MicrosoftDocs/master
10/15/2019 AM Publish
2 parents 170f5de + 565998d commit dfd71d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ The Visual C++ OpenMP run-time library functions are contained in the following
2323
|VCOMP.LIB|Multithreaded, dynamic link (import library for VCOMP.LIB).|
2424
|VCOMPD.LIB|Multithreaded, dynamic link (import library for VCOMPD.LID) (debug)|
2525

26-
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.
26+
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

2828
You can use [/NODEFAULTLIB (ignore libraries)](../../../build/reference/nodefaultlib-ignore-libraries.md) to remove the default lib and explicitly link with the lib of your choice.
2929

3030
The OpenMP DLLs are in the Visual C++ redistributable directory and need to be distributed with applications that use OpenMP.
3131

3232
## See also
3333

34-
[OpenMP](../../../parallel/openmp/openmp-in-visual-cpp.md)
34+
[OpenMP](../../../parallel/openmp/openmp-in-visual-cpp.md)

0 commit comments

Comments
 (0)