1
1

__WINDOWS__ is defined or not.

This commit was SVN r13234.
Этот коммит содержится в:
George Bosilca 2007-01-22 05:46:30 +00:00
родитель c0b22678a7
Коммит 93c3e3a21f

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

@ -613,7 +613,7 @@ internal_waitpid_callback(int fd, short event, void *arg)
}
#endif
#elif __WINDOWS__
#elif defined(__WINDOWS__)
typedef struct {
opal_list_item_t super;