ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
tc
tc_portable_types.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2003-2005 UGS Corporation
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
13
/* */
14
15
#ifndef TC_PORTABLE_TYPES_H
16
#define TC_PORTABLE_TYPES_H
17
18
#ifdef VMS
19
20
#define VAX 1
21
22
#ifndef __MACHINE_VAX
23
#define __MACHINE_VAX 1
24
#endif
25
26
#define EXIT_FAILURE 1
27
#define EXIT_SUCCESS 0
28
29
#endif
30
31
#endif
32