diff options
author | vitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-19 09:38:23 +0000 |
---|---|---|
committer | vitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-19 09:38:23 +0000 |
commit | 7ed94354279b328b7afb50d07d91c84fd86d4aef (patch) | |
tree | 1d32075a8a69aeb9f2202d2f1d9a3a9dc4863391 /cloud_print/service | |
parent | 7f917ee6500efe942bb6adcc5476a0072bcad015 (diff) | |
download | chromium_src-7ed94354279b328b7afb50d07d91c84fd86d4aef.zip chromium_src-7ed94354279b328b7afb50d07d91c84fd86d4aef.tar.gz chromium_src-7ed94354279b328b7afb50d07d91c84fd86d4aef.tar.bz2 |
Moved define to gyp file.
TBR=gene
Review URL: https://chromiumcodereview.appspot.com/12471009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188964 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cloud_print/service')
-rw-r--r-- | cloud_print/service/service.gyp | 1 | ||||
-rw-r--r-- | cloud_print/service/win/cloud_print_service.cc | 5 |
2 files changed, 1 insertions, 5 deletions
diff --git a/cloud_print/service/service.gyp b/cloud_print/service/service.gyp index 2c3df79..1dda2f0 100644 --- a/cloud_print/service/service.gyp +++ b/cloud_print/service/service.gyp @@ -17,6 +17,7 @@ 'STRICT', '_ATL_APARTMENT_THREADED', '_ATL_CSTRING_EXPLICIT_CONSTRUCTORS', + '_ATL_NO_COM_SUPPORT', '_ATL_NO_AUTOMATIC_NAMESPACE', '_ATL_NO_EXCEPTIONS', ], diff --git a/cloud_print/service/win/cloud_print_service.cc b/cloud_print/service/win/cloud_print_service.cc index 2577d76..187a6ed 100644 --- a/cloud_print/service/win/cloud_print_service.cc +++ b/cloud_print/service/win/cloud_print_service.cc @@ -2,12 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// Service has no COM objects. http://support.microsoft.com/kb/2480736 -#define _ATL_NO_COM_SUPPORT - #include <atlbase.h> -#include <atlcom.h> -#include <atlctl.h> #include <security.h> #include <iomanip> |