From: afaber Date: Mon, 7 Jan 2008 21:28:57 +0000 (+0000) Subject: don't perform kill on win32 systems, not known and not required X-Git-Tag: navit-0.5.0.5194svn~4420 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1e7c890aaf5f4dc87baccf7a443ff729bd64944;p=profile%2Fivi%2Fnavit.git don't perform kill on win32 systems, not known and not required git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@731 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- diff --git a/navit/src/navit.c b/navit/src/navit.c index 79024cc..d1a0f6a 100644 --- a/navit/src/navit.c +++ b/navit/src/navit.c @@ -1327,8 +1327,10 @@ navit_vehicle_update(struct navit *this_, struct navit_vehicle *nv) } } +#ifndef _WIN32 if (this_->pid && nv->speed > 2) kill(this_->pid, SIGWINCH); +#endif if (this_->route && nv->update_curr == 1) navigation_update(this_->navigation, this_->route); if (this_->cursor_flag && nv->follow_curr == 1) {