diff options
Diffstat (limited to 'chrome/service/cloud_print/print_system_win.cc')
-rw-r--r-- | chrome/service/cloud_print/print_system_win.cc | 4 |
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" |