X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/460bf13957aee18682f280a06910bd4032342fe4..fda00496f6a31c2f09ed65b91d6052c2e50686df:/src/simix/smx_context_sysv_private.h diff --git a/src/simix/smx_context_sysv_private.h b/src/simix/smx_context_sysv_private.h index 47d8096524..5714534721 100644 --- a/src/simix/smx_context_sysv_private.h +++ b/src/simix/smx_context_sysv_private.h @@ -1,6 +1,7 @@ /* Functions of sysv context mecanism: lua inherites them */ -/* Copyright (c) 2004-2010 the SimGrid team. All rights reserved. */ +/* Copyright (c) 2010. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -22,8 +23,11 @@ SG_BEGIN_DECL() #endif /*CONTEXT_STACK_SIZE */ #include "context_sysv_config.h" /* loads context system definitions */ +#ifdef _XBT_WIN32 +#include /* context relative declarations */ +#else #include /* context relative declarations */ - +#endif typedef struct s_smx_ctx_sysv { s_smx_ctx_base_t super; /* Fields of super implementation */ ucontext_t uc; /* the thread that execute the code */