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.
Kirill