X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/b6c6011da086cbf47cfae6f43f8f22443ad62090..7e09992e0fb2d70750a686939636cf40f2a06ae3:/src/OS/os.h-cygwin diff --git a/src/OS/os.h-cygwin b/src/OS/os.h-cygwin index 2f0de1d3f..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.3 2005/08/02 09:09:27 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 */