_ATL_NO_AUTOMATIC_NAMESPACE
A symbol which prevents the default use of namespace as ATL.
Syntax
_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.