1
1

- we don't need to export this symbol

This commit was SVN r14593.
Этот коммит содержится в:
Sven Stork 2007-05-07 13:05:52 +00:00
родитель 823d26544e
Коммит 3707207cca

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

@ -309,7 +309,7 @@ typedef struct mca_oob_tcp_component_t mca_oob_tcp_component_t;
ORTE_MODULE_DECLSPEC extern mca_oob_tcp_component_t mca_oob_tcp_component;
ORTE_DECLSPEC extern int mca_oob_tcp_output_handle;
extern int mca_oob_tcp_output_handle;
#if defined(__WINDOWS__)
#define CLOSE_THE_SOCKET(socket) closesocket(socket)