Invert default for iconv() 2nd arg type, to match SUSv3. Bug 1161
[exim.git] / src / OS / os.h-cygwin
index 740300af6758d50612b05b6f75fe20fd97ff56a2..07c14d04d9f32fad0a05a0455b24c41b90c09690 100644 (file)
@@ -48,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 */