diff --git a/orte/mca/odls/base/odls_private.h b/orte/mca/odls/base/odls_private.h index fe4e1b43dc..abbadc0c24 100644 --- a/orte/mca/odls/base/odls_private.h +++ b/orte/mca/odls/base/odls_private.h @@ -48,7 +48,7 @@ typedef struct orte_odls_globals_t { int timeout_before_sigkill; } orte_odls_globals_t; -extern orte_odls_globals_t orte_odls_globals; +ORTE_DECLSPEC extern orte_odls_globals_t orte_odls_globals; /* * data type functions diff --git a/orte/mca/odls/default/odls_default.h b/orte/mca/odls/default/odls_default.h index 9eb27027c5..74e9771aee 100644 --- a/orte/mca/odls/default/odls_default.h +++ b/orte/mca/odls/default/odls_default.h @@ -81,7 +81,7 @@ typedef struct odls_default_child_t { orte_std_cntr_t app_idx; /* index of the app_context for this proc */ bool alive; /* is this proc alive? */ } odls_default_child_t; -ORTE_DECLSPEC OBJ_CLASS_DECLARATION(odls_default_child_t); +OBJ_CLASS_DECLARATION(odls_default_child_t); /* * List object to locally store app_contexts returned by the @@ -92,7 +92,7 @@ typedef struct odls_default_app_context_t { opal_list_item_t super; /* required to place this on a list */ orte_app_context_t *app_context; } odls_default_app_context_t; -ORTE_DECLSPEC OBJ_CLASS_DECLARATION(odls_default_app_context_t); +OBJ_CLASS_DECLARATION(odls_default_app_context_t); /* * ODLS Default module