Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Forgotten guard.
[simgrid.git] / src / kernel / context / Context.hpp
index 5edadf8..e9bea4b 100644 (file)
@@ -51,7 +51,9 @@ class XBT_PUBLIC Context {
   void declare_context(std::size_t size);
 
 public:
+#ifndef WIN32
   static int install_sigsegv_stack(stack_t* old_stack, bool enable);
+#endif
 
   Context(std::function<void()>&& code, actor::ActorImpl* actor);
   Context(const Context&) = delete;