X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/51dbdf871051cbd602ef181405caf77203cc6252..222702b112dcc7bebe018d6f4d66fe469fefd02c:/src/zlib/zutil.h diff --git a/src/zlib/zutil.h b/src/zlib/zutil.h index 87b70acec2..7b42edcaa9 100644 --- a/src/zlib/zutil.h +++ b/src/zlib/zutil.h @@ -189,9 +189,14 @@ extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ # define NO_vsnprintf # endif #endif +#ifdef VMS +# define NO_vsnprintf +#endif #ifdef HAVE_STRERROR - extern char *strerror OF((int)); +# ifndef VMS + extern char *strerror OF((int)); +# endif # define zstrerror(errnum) strerror(errnum) #else # define zstrerror(errnum) ""