From c941a6b513a71ef786c4c749f8c01f5d018d976c Mon Sep 17 00:00:00 2001 From: degomme Date: Wed, 24 Feb 2016 17:32:28 +0100 Subject: [PATCH] seriously, me --- src/include/xbt/win32_ucontext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/xbt/win32_ucontext.h b/src/include/xbt/win32_ucontext.h index 0525911afd..76360dbee5 100644 --- a/src/include/xbt/win32_ucontext.h +++ b/src/include/xbt/win32_ucontext.h @@ -29,7 +29,7 @@ #ifndef UCONTEXT_H #define UCONTEXT_H -#ifdef _cplusplus +#ifdef __cplusplus extern "C" { #endif @@ -54,7 +54,7 @@ int setcontext(const ucontext_t * ucp); int makecontext(ucontext_t *, void (*)(), int, ...); int swapcontext(ucontext_t *, const ucontext_t *); -#ifdef _cplusplus +#ifdef __cplusplus } #endif #endif /* UCONTEXT_H */ -- 2.20.1