Chromium Code Reviews| Index: include/core/SkPreConfig.h |
| diff --git a/include/core/SkPreConfig.h b/include/core/SkPreConfig.h |
| index f993920fda5cd4e3ab9934b5dd5e998e69b826ff..7aede3752bbacba184109398ee1e8f2cc6b9494d 100644 |
| --- a/include/core/SkPreConfig.h |
| +++ b/include/core/SkPreConfig.h |
| @@ -52,15 +52,7 @@ |
| ////////////////////////////////////////////////////////////////////// |
| -#if !defined(SK_DEBUG) && !defined(SK_RELEASE) |
| - #ifdef NDEBUG |
| - #define SK_RELEASE |
| - #else |
| - #define SK_DEBUG |
| - #endif |
| -#endif |
| - |
| -#ifdef SK_BUILD_FOR_WIN32 |
| +#ifdef SK_BUILD_FOR_WIN32s |
|
mtklein
2016/08/02 17:13:00
typo?
djsollen
2016/08/04 12:24:49
yes. done.
|
| #if !defined(SK_RESTRICT) |
| #define SK_RESTRICT __restrict |
| #endif |
| @@ -69,8 +61,6 @@ |
| #endif |
| #endif |
| -////////////////////////////////////////////////////////////////////// |
| - |
| #if !defined(SK_RESTRICT) |
| #define SK_RESTRICT __restrict__ |
| #endif |