_ATL_NO_AUTOMATIC_NAMESPACE

A symbol which prevents the default use of namespace as ATL.

_ATL_NO_AUTOMATIC_NAMESPACE

Remarks

If this symbol is not defined, including atlbase.h will perform using namespace ATL by default, which may lead to naming conflicts. To prevent this, define this symbol.

See Also

Other Resources

Compiler Options Macros

ATL Macros