From a55880db9272d2ad98ce600efbf068408e8fcf15 Mon Sep 17 00:00:00 2001 From: thestig Date: Mon, 23 May 2016 09:11:54 -0700 Subject: Add missing STDCALL for FPDFDoc_GetPageMode(). BUG=pdfium:498 Review-Url: https://codereview.chromium.org/2004703002 --- public/fpdf_ext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/fpdf_ext.h') diff --git a/public/fpdf_ext.h b/public/fpdf_ext.h index d00c568241..2f7d7ddf64 100644 --- a/public/fpdf_ext.h +++ b/public/fpdf_ext.h @@ -88,7 +88,7 @@ FSDK_SetUnSpObjProcessHandler(UNSUPPORT_INFO* unsp_info); // Returns one of the |PAGEMODE_*| flags defined above. // // The page mode defines how the document should be initially displayed. -DLLEXPORT int FPDFDoc_GetPageMode(FPDF_DOCUMENT document); +DLLEXPORT int STDCALL FPDFDoc_GetPageMode(FPDF_DOCUMENT document); #ifdef __cplusplus } // extern "C" -- cgit v1.2.3