diff options
Diffstat (limited to 'public/fpdfview.h')
-rw-r--r-- | public/fpdfview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/fpdfview.h b/public/fpdfview.h index ba5cb4ff66..1ff0aeb267 100644 --- a/public/fpdfview.h +++ b/public/fpdfview.h @@ -126,6 +126,9 @@ typedef const FS_RECTF* FS_LPCRECTF; // Annotation subtype. typedef int FPDF_ANNOTATION_SUBTYPE; +// Dictionary value types. +typedef int FPDF_OBJECT_TYPE; + #if defined(_WIN32) && defined(FPDFSDK_EXPORTS) // On Windows system, functions are exported in a DLL #define DLLEXPORT __declspec(dllexport) |