You've already forked MINGW-packages
mirror of
https://github.com/encounter/MINGW-packages.git
synced 2026-03-30 11:29:58 -07:00
31008a59db
Patches refreshed. Also removed `configure' from ghostscript-sys-zlib.patch since the PKGBUILD will run autoconf anyway.
11 lines
219 B
Diff
11 lines
219 B
Diff
--- a/psi/iapi.h
|
|
+++ b/psi/iapi.h
|
|
@@ -246,6 +246,7 @@
|
|
int argc, char **argv);
|
|
|
|
#ifdef __WIN32__
|
|
+#include <stddef.h>
|
|
GSDLLEXPORT int GSDLLAPI gsapi_init_with_argsA(void *instance,
|
|
int argc, char **argv);
|
|
|