summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/fpdfview.h
diff options
context:
space:
mode:
Diffstat (limited to 'fpdfsdk/include/fpdfview.h')
-rw-r--r--fpdfsdk/include/fpdfview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpdfsdk/include/fpdfview.h b/fpdfsdk/include/fpdfview.h
index 4dcdcf620a..ddf359c127 100644
--- a/fpdfsdk/include/fpdfview.h
+++ b/fpdfsdk/include/fpdfview.h
@@ -126,13 +126,13 @@ extern "C" {
// Function: FPDF_InitLibrary
// Initialize the FPDFSDK library
// Parameters:
-// hInstance - For WIN32 system only: the instance of the executable or DLL module.
+// None
// Return value:
// None.
// Comments:
// You have to call this function before you can call any PDF processing functions.
-DLLEXPORT void STDCALL FPDF_InitLibrary(void* hInstance);
+DLLEXPORT void STDCALL FPDF_InitLibrary();
// Function: FPDF_DestroyLibary