| Index: core/src/fpdfdoc/doc_form.cpp
|
| diff --git a/core/src/fpdfdoc/doc_form.cpp b/core/src/fpdfdoc/doc_form.cpp
|
| index ffd6bf7955f728d27eac19fa5da01ef35804ea58..c73b3e199eaec953abb04573ff6108b1072a25ae 100644
|
| --- a/core/src/fpdfdoc/doc_form.cpp
|
| +++ b/core/src/fpdfdoc/doc_form.cpp
|
| @@ -385,8 +385,8 @@ static FX_BOOL RetrieveStockFont(int iFontObject,
|
| }
|
| return FALSE;
|
| }
|
| -#endif
|
| -#endif
|
| +#endif // PDF_ENABLE_XFA
|
| +#endif // _FXM_PLATFORM_ == _FXM_PLATFORM_WINDOWS_
|
|
|
| CPDF_Font* CPDF_InterForm::AddStandardFont(CPDF_Document* pDocument,
|
| CFX_ByteString csFontName) {
|
|
|