| * Copyright 2016 Google Inc. |
| * Use of this source code is governed by a BSD-style license that can be |
| * found in the LICENSE file. |
| #ifndef SkLeanWindows_DEFINED |
| #define SkLeanWindows_DEFINED |
| #include "include/core/SkTypes.h" |
| # ifndef WIN32_LEAN_AND_MEAN |
| # define WIN32_LEAN_AND_MEAN |
| # define WIN32_IS_MEAN_WAS_LOCALLY_DEFINED |
| # define NOMINMAX_WAS_LOCALLY_DEFINED |
| # ifdef WIN32_IS_MEAN_WAS_LOCALLY_DEFINED |
| # undef WIN32_IS_MEAN_WAS_LOCALLY_DEFINED |
| # undef WIN32_LEAN_AND_MEAN |
| # ifdef NOMINMAX_WAS_LOCALLY_DEFINED |
| # undef NOMINMAX_WAS_LOCALLY_DEFINED |
| #endif // SkLeanWindows_DEFINED |