Merge MinGW CVS differences

This commit is contained in:
Earnie Boyd
2001-12-05 15:01:06 +00:00
parent ff1924262a
commit 98a05abd05
41 changed files with 360 additions and 150 deletions

View File

@ -35,3 +35,11 @@ __mingwthr_key_dtor (DWORD key, void (*dtor) (void *))
return 0;
}
int
__mingwthr_remove_key_dtor (DWORD key )
{
assert (0);
/* NOTREACHED */
return 0;
}