1
1

remove unnecessary exclusion for Windows which was killing the Windows nightly build

This commit was SVN r5695.
Этот коммит содержится в:
Josh Hursey 2005-05-12 14:37:40 +00:00
родитель decc74d15c
Коммит 4b60235383

Просмотреть файл

@ -37,9 +37,7 @@ static void ompi_condition_destruct(ompi_condition_t *c)
#endif
}
#ifndef WIN32
OBJ_CLASS_INSTANCE(ompi_condition_t,
ompi_object_t,
ompi_condition_construct,
ompi_condition_destruct);
#endif