Automate more Better Session Restore Tests: POST data with passwords.
[chromium-blink-merge.git] / cloud_print / service / win / cloud_print_service.h
bloba07189c67620a17d5dc0d242042df753723955a9
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_
8 #ifndef STRICT
9 #define STRICT
10 #endif
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
24 #include <atlbase.h>
25 #include <atlcom.h>
26 #include <atlctl.h>
28 #endif // CLOUD_PRINT_SERVICE_CLOUD_PRINT_SERVICE_H_