Changes:
* Rename gp_wutf8.c to gp_utf8.c, upstream commit
https://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=e15f8ff9db30c4e780973cef79e162baed6047c6
* Add pdf_utf8_mingw_.o target for mingw specific build.
* Remove 004-FT_CALLBACK_DEF-deprecated.patch, upstream commit
https://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=41ef9a0bc36b9db7115fbe9623f989bfb47bbade
* Remove bundled tesseract and leptonica source directory.
11 lines
219 B
Diff
11 lines
219 B
Diff
--- a/psi/iapi.h
|
|
+++ b/psi/iapi.h
|
|
@@ -313,6 +313,7 @@
|
|
int argc, char **argv);
|
|
|
|
#ifdef __WIN32__
|
|
+#include <stddef.h>
|
|
GSDLLEXPORT int GSDLLAPI gsapi_init_with_argsA(void *instance,
|
|
int argc, char **argv);
|
|
|