/3rd_party/wtl/Samples/GuidGen/stdatl.cpp
C++ | 9 lines | 4 code | 2 blank | 3 comment | 1 complexity | ebeaf49bcc0ba9425d89d0eb05fce864 MD5 | raw file
Possible License(s): LGPL-2.1, BSD-3-Clause, JSON, MPL-2.0-no-copyleft-exception, GPL-2.0, GPL-3.0, LGPL-3.0, BSD-2-Clause
1// stdatl.cpp : source file that includes just the standard includes 2// GuidGen.pch will be the pre-compiled header 3// stdatl.obj will contain the pre-compiled type information 4 5#include "stdatl.h" 6 7#if (_ATL_VER < 0x0700) && !defined(_WIN32_WCE) 8#include <atlimpl.cpp> 9#endif //(_ATL_VER < 0x0700)