X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/f74acd1fdc6e8d289bf9bcdaebad81c34b157911..14b3c5bc64a16df07583fe4b5ef2e0129d063893:/src/OS/os.h-cygwin diff --git a/src/OS/os.h-cygwin b/src/OS/os.h-cygwin index 8e75e9fcc..07c14d04d 100644 --- a/src/OS/os.h-cygwin +++ b/src/OS/os.h-cygwin @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/OS/os.h-cygwin,v 1.4 2005/10/03 09:53:38 ph10 Exp $ */ - /* Exim: OS-specific C header file for Cygwin */ /* This code was supplied by Pierre A. Humblet */ @@ -50,4 +48,7 @@ struct { \ DWORD SubAuthority[n]; \ } name = { SID_REVISION, n, {SECURITY_NT_AUTHORITY}, {sid}} +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + /* End */