From 93e0a445b70ea4c83eadf8cf66d674ae755843e0 Mon Sep 17 00:00:00 2001 From: Marc Alexander Lehmann Date: Tue, 27 Nov 2007 11:06:03 +0000 Subject: [PATCH] *** empty log message *** --- ev++.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ev++.h b/ev++.h index ce18ca0..f335926 100644 --- a/ev++.h +++ b/ev++.h @@ -309,6 +309,12 @@ namespace ev { EV_END_WATCHER (embed, embed) #endif + #if EV_FORK_ENABLE + EV_BEGIN_WATCHER (fork, fork) + void set () { } + EV_END_WATCHER (fork, fork) + #endif + #undef EV_CONSTRUCT #undef EV_BEGIN_WATCHER #undef EV_END_WATCHER