* main.c (dis_nt_header): New. Dump pe_stack_reserve if different from the
[mono.git] / mono / metadata / environment.h
index 03ec4b5db9cc3683d5f2cbe0e1005147ac6a98d8..4493a7db7ba3d5737a8b13a4528b9b404ef31137 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);
+
+G_END_DECLS
+
 #endif /* _MONO_METADATA_ENVIRONMENT_H_ */