[sre] Remove MonoDynamicImage:handleref_managed field
[mono.git] / mono / metadata / environment.h
index 03ec4b5db9cc3683d5f2cbe0e1005147ac6a98d8..617d18efc8440f83c383f599b59a121e51e79eee 100644 (file)
@@ -1,5 +1,6 @@
-/*
- * environment.h: System.Environment support internal calls
+/**
+ * \file
+ * System.Environment support internal calls
  *
  * Author:
  *     Dick Porter (dick@ximian.com)
 #ifndef _MONO_METADATA_ENVIRONMENT_H_
 #define _MONO_METADATA_ENVIRONMENT_H_
 
-extern gint32 mono_environment_exitcode_get (void);
-extern void mono_environment_exitcode_set (gint32 value);
+#include <mono/utils/mono-publib.h>
+
+MONO_BEGIN_DECLS
+
+MONO_API extern int32_t mono_environment_exitcode_get (void);
+MONO_API extern void mono_environment_exitcode_set (int32_t value);
+
+MONO_END_DECLS
 
 #endif /* _MONO_METADATA_ENVIRONMENT_H_ */