summaryrefslogtreecommitdiffstats
path: root/chrome/service
diff options
context:
space:
mode:
authorjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-28 16:15:17 +0000
committerjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-28 16:15:17 +0000
commitde870e5c6bcf4ae6cfcb4e385671c3d56272ac1f (patch)
treed52b34e39f1c4bac904e0b054bcba312dafc2f5b /chrome/service
parent4b35334be1bc6a8c7dea7debc4cd52001987c9d6 (diff)
downloadchromium_src-de870e5c6bcf4ae6cfcb4e385671c3d56272ac1f.zip
chromium_src-de870e5c6bcf4ae6cfcb4e385671c3d56272ac1f.tar.gz
chromium_src-de870e5c6bcf4ae6cfcb4e385671c3d56272ac1f.tar.bz2
Remove dead macros after updating _WIN32_WINNT and WINVER
BUG=92941 Review URL: http://codereview.chromium.org/8038027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103120 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service')
-rw-r--r--chrome/service/cloud_print/print_system_win.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/service/cloud_print/print_system_win.cc b/chrome/service/cloud_print/print_system_win.cc
index a78aff0..5566b1a 100644
--- a/chrome/service/cloud_print/print_system_win.cc
+++ b/chrome/service/cloud_print/print_system_win.cc
@@ -6,10 +6,6 @@
#include <objidl.h>
#include <winspool.h>
-#if defined(_WIN32_WINNT)
-#undef _WIN32_WINNT
-#endif // defined(_WIN32_WINNT)
-#define _WIN32_WINNT _WIN32_WINNT_WIN7
#include <xpsprint.h>
#include "base/file_path.h"