Merge remote-tracking branch 'github/pr/34'
[exim.git] / src / OS / os.h-cygwin
index 8e75e9fcc4f3f45619c706bc7d3d082717662411..07c14d04d9f32fad0a05a0455b24c41b90c09690 100644 (file)
@@ -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 <Pierre.Humblet@ieee.org> */
@@ -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 */