Index: public/fpdf_ext.h |
diff --git a/public/fpdf_ext.h b/public/fpdf_ext.h |
index d00c568241fed9735a508e1d7257201c11331e18..2f7d7ddf645ac11bd2f156379604b567a20e2190 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" |