summaryrefslogtreecommitdiff
path: root/public/fpdf_sysfontinfo.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-07-18 09:58:58 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-07-18 17:02:07 +0000
commit4bb4e8464f0015ba3c405138ea386adbf7f51c50 (patch)
treefbed29058f35975b874f7f1032a60607150e3b22 /public/fpdf_sysfontinfo.h
parentfe1c8e61668079b873922acb1e56d0ea55a3c375 (diff)
downloadpdfium-4bb4e8464f0015ba3c405138ea386adbf7f51c50.tar.xz
Add missing STDCALL annotations
This CL adds the missing STDCALL annotations from the PDFium APIs. Bug: pdfium:818 Change-Id: I415efbb68f6f90cc367a4fc7289619764b528ade Reviewed-on: https://pdfium-review.googlesource.com/8031 Reviewed-by: Nicolás Peña <npm@chromium.org> Commit-Queue: Nicolás Peña <npm@chromium.org>
Diffstat (limited to 'public/fpdf_sysfontinfo.h')
-rw-r--r--public/fpdf_sysfontinfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/fpdf_sysfontinfo.h b/public/fpdf_sysfontinfo.h
index a0edffffa2..c351026973 100644
--- a/public/fpdf_sysfontinfo.h
+++ b/public/fpdf_sysfontinfo.h
@@ -307,7 +307,8 @@ DLLEXPORT FPDF_SYSFONTINFO* STDCALL FPDF_GetDefaultSystemFontInfo();
* Return Value:
* None
**/
-DLLEXPORT void FPDF_FreeDefaultSystemFontInfo(FPDF_SYSFONTINFO* pFontInfo);
+DLLEXPORT void STDCALL
+FPDF_FreeDefaultSystemFontInfo(FPDF_SYSFONTINFO* pFontInfo);
#ifdef __cplusplus
}