1
1

Do it on the correct way as this is normally compiled as a module.

This commit was SVN r11660.
Этот коммит содержится в:
George Bosilca 2006-09-14 21:22:41 +00:00
родитель 01c5a115b2
Коммит 17afe7dc9f

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

@ -62,8 +62,8 @@ struct orte_pls_poe_component_t {
typedef struct orte_pls_poe_component_t orte_pls_poe_component_t;
ORTE_DECLSPEC orte_pls_poe_component_t mca_pls_poe_component;
orte_pls_base_module_t orte_pls_poe_module;
ORTE_MODULE_DECLSPEC extern orte_pls_poe_component_t mca_pls_poe_component;
extern orte_pls_base_module_t orte_pls_poe_module;
#if defined(c_plusplus) || defined(__cplusplus)
}