X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e2c10f61cfd4d58faa73f006aa74def2c73c8860..f787351e3355ab558d4f491bc52bef2012eaa3e8:/src/xbt/context_win32.h diff --git a/src/xbt/context_win32.h b/src/xbt/context_win32.h index 6fc82039f7..022be48830 100644 --- a/src/xbt/context_win32.h +++ b/src/xbt/context_win32.h @@ -41,9 +41,9 @@ typedef struct __ucontext { } ucontext_t; -int getcontext(ucontext_t *ucp); -int setcontext(const ucontext_t *ucp); -int makecontext(ucontext_t *, void (*)(), int, ...); -int swapcontext(ucontext_t *, const ucontext_t *); +XBT_PUBLIC int getcontext(ucontext_t *ucp); +XBT_PUBLIC int setcontext(const ucontext_t *ucp); +XBT_PUBLIC int makecontext(ucontext_t *, void (*)(), int, ...); +XBT_PUBLIC int swapcontext(ucontext_t *, const ucontext_t *); #endif /* UCONTEXT_H */