diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-06-12 20:49:55 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-06-12 20:49:55 +0000 |
commit | 62d8ebeee58c5da29102e61d25b28967a1b2aa04 (patch) | |
tree | 0889b83248921397be31899fcc7e860a075bfb07 /public | |
parent | 6eb7939300d1bc7c31afd5086c1b93d4a7628481 (diff) | |
download | pdfium-62d8ebeee58c5da29102e61d25b28967a1b2aa04.tar.xz |
Comment some more #else // PDF_ENABLE_XFA
This is an anti-pattern when XFA can be configured at runtime.
Make it easier to find some more remaining cases.
Change-Id: I1ee8d95b2fd52be5e37ef4e859e3e9179ea25975
Reviewed-on: https://pdfium-review.googlesource.com/34990
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'public')
-rw-r--r-- | public/fpdf_formfill.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h index f372d84b95..dc7c54e5c0 100644 --- a/public/fpdf_formfill.h +++ b/public/fpdf_formfill.h @@ -1548,7 +1548,7 @@ FORM_ForceToKillFocus(FPDF_FORMHANDLE hHandle); #ifdef PDF_ENABLE_XFA #define FPDF_FORMFIELD_COUNT 16 -#else +#else // PDF_ENABLE_XFA #define FPDF_FORMFIELD_COUNT 8 #endif // PDF_ENABLE_XFA |