| Index: src/plugin/ATL_Deprecate.h |
| =================================================================== |
| --- a/src/plugin/ATL_Deprecate.h |
| +++ b/src/plugin/ATL_Deprecate.h |
| @@ -26,12 +26,9 @@ |
| #if DISABLE_ATL_FORWARDING |
| #include <atlbase.h> |
| -#include <atlstr.h> |
| -#include <atltypes.h> |
| #include <atlcom.h> |
| #include <atlhost.h> |
| - |
| #else |
| /* |
| @@ -106,7 +103,6 @@ |
| using OLD_ATL::CComPtr; |
| using OLD_ATL::CComQIPtr; |
| using OLD_ATL::CComSingleThreadModel; |
| -using OLD_ATL::CRect; |
| using OLD_ATL::CSimpleArray; |
| using OLD_ATL::IDispatchImpl; |
| using OLD_ATL::IObjectWithSiteImpl; |
| @@ -125,6 +121,7 @@ |
| #pragma deprecated( CString ) |
| #pragma deprecated( CComBSTR ) |
| #pragma deprecated( CComVariant ) |
| +#pragma deprecated( CRect ) |
| #pragma deprecated( CW2A ) |
| } |