~ubuntu-branches/ubuntu/utopic/gridengine/utopic

« back to all changes in this revision

Viewing changes to source/3rdparty/qmake/w32/subproc/proc.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2008-06-25 22:36:13 UTC
  • Revision ID: james.westby@ubuntu.com-20080625223613-tvd9xlhuoct9kyhm
Tags: upstream-6.2~beta2
ImportĀ upstreamĀ versionĀ 6.2~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef  _PROC_H
 
2
#define _PROC_H
 
3
 
 
4
typedef int bool_t;
 
5
 
 
6
#define E_SCALL         101
 
7
#define E_IO            102
 
8
#define E_NO_MEM        103
 
9
#define E_FORK          104
 
10
 
 
11
extern bool_t arr2envblk(char **arr, char **envblk_out);
 
12
 
 
13
#endif