Skip to content

Commit 81c91bc

Browse files
authored
fix type (#4454)
It should be _ATL_MODULES
1 parent 7a41a5b commit 81c91bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ _ATL_FREE_THREADED
122122

123123
Specifies free threading. Free threading is equivalent to a multithread apartment model. See [Specifying the Project's Threading Model](../../atl/specifying-the-threading-model-for-a-project-atl.md) for other threading options, and [Options, ATL Simple Object Wizard](../../atl/reference/options-atl-simple-object-wizard.md) for a description of the threading models available for an ATL object.
124124

125-
## <a name="_ATL_MODULES"></a> `_ATLMODULES`
125+
## <a name="_ATL_MODULES"></a> `_ATL_MODULES`
126126

127127
Allows you to compile ATL projects with [`permissive-`](../../build/reference/permissive-standards-conformance.md) and use ATL with [C++ modules](../../cpp/modules-cpp.md).
128128

0 commit comments

Comments
 (0)