mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-22 11:21:29 +00:00
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:
parent
cc43e948dc
commit
763d325c6a
1 changed files with 2 additions and 0 deletions
|
@ -170,7 +170,9 @@
|
||||||
- (void) interrupt
|
- (void) interrupt
|
||||||
{
|
{
|
||||||
int pid = [self subProcessId];
|
int pid = [self subProcessId];
|
||||||
|
#ifndef __MINGW32__
|
||||||
kill(pid,SIGINT);
|
kill(pid,SIGINT);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) terminate
|
- (void) terminate
|
||||||
|
|
Loading…
Reference in a new issue