From 976006805febb4fc9715f91e6b8821e7fd716d29 Mon Sep 17 00:00:00 2001 From: Josh Hursey Date: Sun, 22 May 2005 17:01:26 +0000 Subject: [PATCH] forgot one. need to make sure this is OMPI_DECLSPECed for Windows This commit was SVN r5809. --- src/mca/gpr/base/base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mca/gpr/base/base.h b/src/mca/gpr/base/base.h index dcd0d7b718..34047e3eb4 100644 --- a/src/mca/gpr/base/base.h +++ b/src/mca/gpr/base/base.h @@ -213,7 +213,7 @@ int orte_gpr_base_unpack_notify_data(orte_buffer_t *buffer, void *dest, size_t *num_vals, orte_data_type_t type); /* general utilities */ -int orte_gpr_base_xfer_payload(orte_gpr_value_union_t *dest, +OMPI_DECLSPEC int orte_gpr_base_xfer_payload(orte_gpr_value_union_t *dest, orte_gpr_value_union_t *src, orte_data_type_t type);