aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPostConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkPostConfig.h')
-rw-r--r--include/core/SkPostConfig.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/core/SkPostConfig.h b/include/core/SkPostConfig.h
index e32d6a10b2..8e6ce497bf 100644
--- a/include/core/SkPostConfig.h
+++ b/include/core/SkPostConfig.h
@@ -98,14 +98,6 @@
#ifndef SK_DEBUGBREAK
#define SK_DEBUGBREAK(cond) do { if (!(cond)) DebugBreak(); } while (false)
#endif
-
- #ifdef SK_BUILD_FOR_WIN32
- #define strcasecmp(a, b) stricmp(a, b)
- #define strncasecmp(a, b, c) strnicmp(a, b, c)
- #elif defined(SK_BUILD_FOR_WINCE)
- #define strcasecmp(a, b) _stricmp(a, b)
- #define strncasecmp(a, b, c) _strnicmp(a, b, c)
- #endif
#elif defined(SK_BUILD_FOR_MAC)
#ifndef SK_DEBUGBREAK
#define SK_DEBUGBREAK(cond) do { if (!(cond)) SK_CRASH(); } while (false)