Add a log function
[xy_vsfilter.git] / include / stdafx_common.h
blob2e350d7a3e13c68b67562b9336c41272dd6ac216
1 #ifndef _SECURE_ATL
2 #define _SECURE_ATL 1
3 #endif
5 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
7 #ifndef VC_EXTRALEAN
8 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
9 #endif
11 #include <SDKDDKVer.h>
13 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit