Added MONO_API macro to annotate and control visibility of public (exported) APIs.
[mono.git] / mono / metadata / environment.h
index 619249a4715592e877bf72947066e7c394c3e82c..360ba3baa8ad9454daf22d513a3a4d1fb39928cc 100644 (file)
@@ -14,8 +14,8 @@
 
 MONO_BEGIN_DECLS
 
-extern int32_t mono_environment_exitcode_get (void);
-extern void mono_environment_exitcode_set (int32_t value);
+MONO_API extern int32_t mono_environment_exitcode_get (void);
+MONO_API extern void mono_environment_exitcode_set (int32_t value);
 
 MONO_END_DECLS