| Index: fpdfsdk/include/fpdfview.h
|
| diff --git a/fpdfsdk/include/fpdfview.h b/fpdfsdk/include/fpdfview.h
|
| index 04a3af928db8af11f923f8a229254116a86bbdd4..34c3f522a474e93a7d778c9bcdc0a74c0b50abaa 100644
|
| --- a/fpdfsdk/include/fpdfview.h
|
| +++ b/fpdfsdk/include/fpdfview.h
|
| @@ -155,13 +155,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
|
|
|