quick hack to get this to compile on windows again

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27486 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2009-01-01 11:39:51 +00:00
parent cc43e948dc
commit 763d325c6a

View file

@ -170,7 +170,9 @@
- (void) interrupt
{
int pid = [self subProcessId];
#ifndef __MINGW32__
kill(pid,SIGINT);
#endif
}
- (void) terminate