X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fenvironment.h;h=360ba3baa8ad9454daf22d513a3a4d1fb39928cc;hb=a064ce84e0ee83112e68461b7832a1f7ec3e11c5;hp=1b2abad1aed5ab07650fb3338e6e08a1f5b013fc;hpb=7015b812166d0992223b5dc4421deab637500265;p=mono.git diff --git a/mono/metadata/environment.h b/mono/metadata/environment.h index 1b2abad1aed..360ba3baa8a 100644 --- a/mono/metadata/environment.h +++ b/mono/metadata/environment.h @@ -10,15 +10,13 @@ #ifndef _MONO_METADATA_ENVIRONMENT_H_ #define _MONO_METADATA_ENVIRONMENT_H_ -G_BEGIN_DECLS +#include -extern gint32 mono_environment_exitcode_get (void); -extern void mono_environment_exitcode_set (gint32 value); +MONO_BEGIN_DECLS -extern MonoString* ves_icall_System_Environment_GetOSVersionString (void); +MONO_API extern int32_t mono_environment_exitcode_get (void); +MONO_API extern void mono_environment_exitcode_set (int32_t value); -extern gint32 ves_icall_System_Environment_get_ProcessorCount(void); - -G_END_DECLS +MONO_END_DECLS #endif /* _MONO_METADATA_ENVIRONMENT_H_ */