Skip to content

Commit 82f22c5

Browse files
authored
Update compiler-warning-level-1-c4399.md
1 parent f1f31fb commit 82f22c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-messages/compiler-warnings/compiler-warning-level-1-c4399.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.assetid: f58d9ba7-71a0-4c3b-b26f-f946dda8af30
1414

1515
The **/clr:pure** compiler option is deprecated in Visual Studio 2015 and unsupported in Visual Studio 2017.
1616

17-
Data from a native image or an image with native and common language runtime (CLR) constructs cannot be imported into a pure image. To resolve this warning, compile with **/clr** (not **/clr:pure**) or delete `__declspec(dllimport)`.
17+
Data from a native image or an image with native and common language runtime (CLR) constructs can't be imported into a pure image. To resolve this warning, compile with **/clr** (not **/clr:pure**) or delete `__declspec(dllimport)`.
1818

1919
This warning can be issued as an error. Use the [warning](../../preprocessor/warning.md) pragma to disable or change the warning level.
2020

0 commit comments

Comments
 (0)