summaryrefslogtreecommitdiff
path: root/core/src/fxcrt
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2016-02-22 16:47:19 -0800
committerLei Zhang <thestig@chromium.org>2016-02-22 16:47:19 -0800
commite4ac3369dc7bb1d0ae913404f008aea1fcd92480 (patch)
tree29d21185232c7eaedeacdcafc23080b2152684d5 /core/src/fxcrt
parentbd7820c536908801e49ea83a6ca73279cc07f5cd (diff)
downloadpdfium-e4ac3369dc7bb1d0ae913404f008aea1fcd92480.tar.xz
Switch from _DEBUG to NDEBUG.
- NDEBUG is more widely used in Chromium - _DEBUG is not defined on Mac in Chromium - Leaving _DEBUG in for standalone debug builds for the benefit of third party libraries / Windows. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1721073004 .
Diffstat (limited to 'core/src/fxcrt')
-rw-r--r--core/src/fxcrt/fx_basic_wstring.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fxcrt/fx_basic_wstring.cpp b/core/src/fxcrt/fx_basic_wstring.cpp
index 136edd073a..396dbc4fff 100644
--- a/core/src/fxcrt/fx_basic_wstring.cpp
+++ b/core/src/fxcrt/fx_basic_wstring.cpp
@@ -15,7 +15,7 @@
namespace {
-#if defined(_DEBUG)
+#ifndef NDEBUG
bool IsValidCodePage(FX_WORD codepage) {
switch (codepage) {
case 0: