From: Wouter Wijngaards Date: Tue, 3 Mar 2009 19:02:59 +0000 (+0000) Subject: fixup for unix compile. X-Git-Tag: release-1.3.0~113 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=541ca65c9c60fc7e0af6333f8993e58676d2e0b0;p=thirdparty%2Funbound.git fixup for unix compile. git-svn-id: file:///svn/unbound/trunk@1510 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/util/fptr_wlist.c b/util/fptr_wlist.c index 16de532c1..4f6404ad2 100644 --- a/util/fptr_wlist.c +++ b/util/fptr_wlist.c @@ -118,7 +118,9 @@ fptr_whitelist_event(void (*fptr)(int, short, void *)) else if(fptr == &comm_point_local_handle_callback) return 1; else if(fptr == &comm_point_raw_handle_callback) return 1; else if(fptr == &tube_handle_signal) return 1; +#ifdef UB_ON_WINDOWS else if(fptr == &worker_win_stop_cb) return 1; +#endif return 0; }