| OLD | NEW |
| 1 // Copyright 2014 PDFium Authors. All rights reserved. | 1 // Copyright 2014 PDFium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com | 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
| 6 | 6 |
| 7 // NOTE: External docs refer to this file as "fpdfview.h", so do not rename |
| 8 // despite lack of consitency with other public files. |
| 7 | 9 |
| 8 #ifndef _FPDFVIEW_H_ | 10 #ifndef _FPDFVIEW_H_ |
| 9 #define _FPDFVIEW_H_ | 11 #define _FPDFVIEW_H_ |
| 10 | 12 |
| 11 #if defined(_WIN32) && !defined(__WINDOWS__) | 13 #if defined(_WIN32) && !defined(__WINDOWS__) |
| 12 #include <windows.h> | 14 #include <windows.h> |
| 13 #endif | 15 #endif |
| 14 | 16 |
| 15 // TODO: remove the #define when XFA is officially in pdfium | 17 // TODO: remove the #define when XFA is officially in pdfium |
| 16 #define PDF_USE_XFA | 18 #define PDF_USE_XFA |
| (...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 765 | 767 |
| 766 // Function: FPDF_BStr_Clear | 768 // Function: FPDF_BStr_Clear |
| 767 // Helper function to clear a byte string. | 769 // Helper function to clear a byte string. |
| 768 DLLEXPORT FPDF_RESULT STDCALL FPDF_BStr_Clear(FPDF_BSTR* str); | 770 DLLEXPORT FPDF_RESULT STDCALL FPDF_BStr_Clear(FPDF_BSTR* str); |
| 769 | 771 |
| 770 #ifdef __cplusplus | 772 #ifdef __cplusplus |
| 771 }; | 773 }; |
| 772 #endif | 774 #endif |
| 773 | 775 |
| 774 #endif // _FPDFVIEW_H_ | 776 #endif // _FPDFVIEW_H_ |
| OLD | NEW |