From: mquinson Date: Mon, 6 Aug 2007 18:38:06 +0000 (+0000) Subject: win needs some love for symbols not defined in the library X-Git-Tag: v3.3~1356 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ab54102ef792bedcc349e851768e4e9ada17fe02?ds=sidebyside win needs some love for symbols not defined in the library git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4004 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/smpi/smpi.h b/src/smpi/smpi.h index 5061bef854..9973f5460b 100644 --- a/src/smpi/smpi.h +++ b/src/smpi/smpi.h @@ -108,7 +108,7 @@ int MPI_Isend(void *buf, int count, MPI_Datatype datatype, int dst, int tag, MPI int MPI_Send(void *buf, int count, MPI_Datatype datatype, int dst, int tag, MPI_Comm comm); // smpi functions -extern int smpi_simulated_main(int argc, char **argv); +XBT_IMPORT_NO_EXPORT(int) smpi_simulated_main(int argc, char **argv); unsigned int smpi_sleep(unsigned int); void smpi_exit(int); int smpi_gettimeofday(struct timeval *tv, struct timezone *tz);