Skip to content

Commit 429b250

Browse files
author
Colin Robertson
authored
Merge pull request #1796 from MicrosoftDocs/master637122915184501665
Fix git push error for protected CLA branch
2 parents 637ef25 + 3cfcc83 commit 429b250

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/build/reference/nxcompat-compatible-with-data-execution-prevention.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "/NXCOMPAT (Compatible with Data Execution Prevention)"
3-
ms.date: "12/29/2017"
3+
description: "Describes the Microsoft C/C++ (MSVC) /NXCOMPAT linker option, which marks an executable as compatible with Data Execution Prevention (DEP)."
4+
ms.date: "12/17/2019"
45
f1_keywords: ["/NXCOMPAT"]
56
helpviewer_keywords: ["/NXCOMPAT linker option", "-NXCOMPAT linker option", "NXCOMPAT linker option"]
67
---
@@ -20,8 +21,6 @@ By default, **/NXCOMPAT** is on.
2021

2122
For more information about Data Execution Prevention, see these articles:
2223

23-
- [A detailed description of the Data Execution Prevention (DEP) feature](https://support.microsoft.com/help/875352/a-detailed-description-of-the-data-execution-prevention-dep-feature-in)
24-
2524
- [Data Execution Prevention](/windows/win32/Memory/data-execution-prevention)
2625

2726
- [Data Execution Prevention (Windows Embedded)](/previous-versions/windows/embedded/ms913190\(v=winembedded.5\))
@@ -40,5 +39,5 @@ For more information about Data Execution Prevention, see these articles:
4039

4140
## See also
4241

43-
[MSVC linker reference](linking.md)<br/>
42+
[MSVC linker reference](linking.md)\
4443
[MSVC Linker Options](linker-options.md)

0 commit comments

Comments
 (0)