This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mono / metadata / environment.h
1 /*
2  * environment.h: System.Environment support internal calls
3  *
4  * Author:
5  *      Dick Porter (dick@ximian.com)
6  *
7  * (C) 2002 Ximian, Inc
8  */
9
10 #ifndef _MONO_METADATA_ENVIRONMENT_H_
11 #define _MONO_METADATA_ENVIRONMENT_H_
12
13 extern gint32 mono_environment_exitcode_get (void);
14 extern void mono_environment_exitcode_set (gint32 value);
15
16 extern MonoString* ves_icall_System_Environment_GetOSVersionString (void);
17
18 #endif /* _MONO_METADATA_ENVIRONMENT_H_ */