Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Side by Side Diff: public/fpdfview.h

Issue 1136703003: Merge to XFA: Create top-level public/ header directory. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « public/fpdf_transformpage.h ('k') | samples/pdfium_test.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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_
OLDNEW
« no previous file with comments | « public/fpdf_transformpage.h ('k') | samples/pdfium_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698