Work around new g++ problem.

This commit is contained in:
Christopher Faylor 2001-04-09 01:23:27 +00:00
parent 4c1ce6d3a2
commit c08e6c4430
1 changed files with 1 additions and 0 deletions

View File

@ -925,6 +925,7 @@ _dll_crt0 ()
default:
if ((fork_info->type & PROC_MAGIC_MASK) == PROC_MAGIC_GENERIC)
api_fatal ("conflicting versions of cygwin1.dll detected. Use only the most recent version.\n");
break;
}
}
dll_crt0_1 ();