On Tue, Nov 25, 2003 at 12:00:58AM -0200, Fr?d?ric L. W. Meunier wrote: >Harold, the following is what I did to get new Links and Links >2 to compile and work properly on Cygwin. > >os_dep.h: > >-#elif defined(_WIN32) || defined (__CYGWIN__) >+#elif defined(_WIN32)
Why do you need to do this? It is unusual that Cygwin and WIN32 should share similar definitions. cgf
