New test.
[mono.git] / mono / metadata / environment.h
index 4749fa720f84e7c475cf37694378acf79ba0216f..1b2abad1aed5ab07650fb3338e6e08a1f5b013fc 100644 (file)
 #ifndef _MONO_METADATA_ENVIRONMENT_H_
 #define _MONO_METADATA_ENVIRONMENT_H_
 
+G_BEGIN_DECLS
+
 extern gint32 mono_environment_exitcode_get (void);
 extern void mono_environment_exitcode_set (gint32 value);
 
 extern MonoString* ves_icall_System_Environment_GetOSVersionString (void);
 
+extern gint32 ves_icall_System_Environment_get_ProcessorCount(void);
+
+G_END_DECLS
+
 #endif /* _MONO_METADATA_ENVIRONMENT_H_ */