diff options
Diffstat (limited to 'public/fpdf_flatten.h')
-rw-r--r-- | public/fpdf_flatten.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/fpdf_flatten.h b/public/fpdf_flatten.h index 614540e156..c1e354e906 100644 --- a/public/fpdf_flatten.h +++ b/public/fpdf_flatten.h @@ -35,7 +35,7 @@ extern "C" { // // Currently, all failures return |FLATTEN_FAIL| with no indication of the // cause. -FPDF_EXPORT int FPDF_CALLCONV FPDFPage_Flatten(FPDF_PAGE page, int nFlag); +DLLEXPORT int STDCALL FPDFPage_Flatten(FPDF_PAGE page, int nFlag); #ifdef __cplusplus } // extern "C" |