diff options
Diffstat (limited to 'lang/rexx-regutil/files/patch-rxproto.h')
-rw-r--r-- | lang/rexx-regutil/files/patch-rxproto.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/rexx-regutil/files/patch-rxproto.h b/lang/rexx-regutil/files/patch-rxproto.h new file mode 100644 index 000000000000..0ddaba75fdf9 --- /dev/null +++ b/lang/rexx-regutil/files/patch-rxproto.h @@ -0,0 +1,11 @@ +--- rxproto.h.orig 2003-05-23 11:05:50 UTC ++++ rxproto.h +@@ -53,7 +53,7 @@ + * to something else, and a pointer to the result string. + * It returns 0 for success, and some other value for failure */ + +-#define rxfunc(x) APIRET APIENTRY x(PUCHAR fname, ULONG argc, PRXSTRING argv, PSZ pSomething, PRXSTRING result) ++#define rxfunc(x) APIRET APIENTRY x(PCSZ fname, ULONG argc, PRXSTRING argv, PCSZ pSomething, PRXSTRING result) + + /* return codes. 22 is rc for invalid call */ + #define NOMEMORY 5 |