1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CLOUD_PRINT_SERVICE_CLOUD_PRINT_SERVICE_H_
6 #define CLOUD_PRINT_SERVICE_CLOUD_PRINT_SERVICE_H_
12 #define _ATL_FREE_THREADED
14 #define _ATL_NO_AUTOMATIC_NAMESPACE
16 // Service has no COM objects. http://support.microsoft.com/kb/2480736
17 #define _ATL_NO_COM_SUPPORT
19 // some CString constructors will be explicit
20 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS
22 #define ATL_NO_ASSERT_ON_DESTROY_NONEXISTENT_WINDOW
28 #endif // CLOUD_PRINT_SERVICE_CLOUD_PRINT_SERVICE_H_