At 02:31 PM 4/23/98 +0400, Kirill M. Katsnelson wrote:
Some time ago, Andy Piper wrote...
|+
| Unfortunately cygwin doesn't have InitCommonControlsEx at the moment to
| link against so pre1 fails. Here's the fix.
| +#ifdef __CYGWIN32__
| + InitCommonControls ();
| +#else
| InitCommonControlsEx (&iccex);
| +#endif
Andy, maybe you better use BROKEN_CYGWIN symbol, or put some ####,
becuase this is perhaps going to be fixed? Otherwise, this could become
left as it is.
BROKEN_CYGWIN refers to b18. I can't really fix it unless I know what the
new version is going to do. Have no fears I will not leave it if the
situation changes.
andy