#pragma once #ifndef STRICT #define STRICT #endif #include "targetver.h" #define _ATL_APARTMENT_THREADED #define _ATL_NO_AUTOMATIC_NAMESPACE #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS #include "resource.h" #include #include #include #include #include #ifndef COUNT_OF #define COUNT_OF(x) (sizeof(x)/sizeof(x[0])) #endif using namespace ATL;