~ubuntu-branches/ubuntu/trusty/gnustep-base/trusty

« back to all changes in this revision

Viewing changes to Testing/nstask.m

Tags: upstream-1.11.2
ImportĀ upstreamĀ versionĀ 1.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Test/example program for the base library
 
2
 
 
3
   Copyright (C) 2005 Free Software Foundation, Inc.
 
4
   
 
5
  Copying and distribution of this file, with or without modification,
 
6
  are permitted in any medium without royalty provided the copyright
 
7
  notice and this notice are preserved.
 
8
 
 
9
   This file is part of the GNUstep Base Library.
 
10
*/
1
11
#include <Foundation/Foundation.h>
2
12
 
3
13
 
28
38
           name: NSTaskDidTerminateNotification
29
39
         object: nil];
30
40
 
31
 
#ifdef __MINGW__
 
41
#ifdef __MINGW32__
32
42
  task = [NSTask launchedTaskWithLaunchPath: @"C:\\windows\\system32\\mem.exe"
33
43
                                  arguments: nil];
34
44
#else