1
1

- the define is always defined independent, therefore we need to check if

it's 1 or not

This commit was SVN r14594.
Этот коммит содержится в:
Sven Stork 2007-05-07 13:18:09 +00:00
родитель 3707207cca
Коммит 32564d73da

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

@ -118,7 +118,7 @@
# if defined(WIN32) || defined(_WIN32)
# define OMPI_DECLSPEC __declspec(dllimport)
# else
# if defined(OMPI_C_HAVE_VISIBILITY)
# if OMPI_C_HAVE_VISIBILITY == 1
# define OMPI_DECLSPEC __attribute__((visibility("default")))
# else
# define OMPI_DECLSPEC