From: mquinson Date: Wed, 14 Mar 2007 09:05:51 +0000 (+0000) Subject: portable.h is the header to load when seeking for portability X-Git-Tag: v3.3~2097 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/daf7628852dc8c5b944f2667cc74d8ce75328aed portable.h is the header to load when seeking for portability git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3262 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/testsuite/xbt/context_usage.c b/testsuite/xbt/context_usage.c index 702509b99c..749fbaf959 100644 --- a/testsuite/xbt/context_usage.c +++ b/testsuite/xbt/context_usage.c @@ -4,15 +4,7 @@ #include "xbt.h" #include "xbt/context.h" - -/* To know whether we're using threads or context */ - -#ifdef _WIN32 -# include "win32/config.h" -#else -# include "gras_config.h" -#endif - +#include "portable.h" /* To know whether we're using threads or context */ #include "xbt/fifo.h" xbt_context_t cA = NULL;