Increase verbosity of (panic)log message for string_sprintf overflow
[users/jgh/exim.git] / src / OS / os.h-cygwin
index 2f0de1d3f4af571c2e38a206b5bec51ee9274544..07c14d04d9f32fad0a05a0455b24c41b90c09690 100644 (file)
@@ -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 <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 */