Skip to content

Commit ee30401

Browse files
committed
fixed the description
1 parent 270a963 commit ee30401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/atl/reference/compiler-options-macros.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ These macros control specific compiler features.
2323
|[ATL_NO_VTABLE](#atl_no_vtable)|A symbol that prevents the vtable pointer from being initialized in the class's constructor and destructor.|
2424
|[ATL_NOINLINE](#atl_noinline)|A symbol that indicates a function shouldn't be inlined.|
2525
|[_ATL_SINGLE_THREADED](#_atl_single_threaded)|Define if all of your objects use the single threading model.|
26-
|[_ATL_MODULES](#_ATL_MODULES)|Removes the use of __if_exists/__if_not_exists in ATL headers.|
26+
|[_ATL_MODULES](#_ATL_MODULES)|Allows you to compile ATL projects with [permissive-](../../build/reference/permissive-standards-conformance.md) and use ATL with [C++ modules](../../cpp/modules-cpp.md).|
2727

2828
## <a name="_atl_all_warnings"></a> _ATL_ALL_WARNINGS
2929

@@ -210,7 +210,7 @@ _ATL_MODULES
210210

211211
### Remarks
212212

213-
Removes the use of __if_exists/__if_not_exists in ATL headers. This prevents crashes on ATL when ussing permissive-
213+
Allows you to compile ATL projects with [permissive-](../../build/reference/permissive-standards-conformance.md) and use ATL with [C++ modules](../../cpp/modules-cpp.md).
214214

215215
## See also
216216

0 commit comments

Comments
 (0)