[runtime] Remove the usage of MONO_INTERNAL, use MONO_API to mark exported functions...
[mono.git] / mono / metadata / environment.c
index 03c60f33dc3061b1df53ce2acf2c64a8cc7b8f6a..e0d1970f61279e87374354b4bc734610cd344c9d 100644 (file)
@@ -18,7 +18,7 @@
 #include <mono/utils/mono-compiler.h>
 #include <mono/io-layer/io-layer.h>
 
-extern MonoString* ves_icall_System_Environment_GetOSVersionString (void) MONO_INTERNAL;
+extern MonoString* ves_icall_System_Environment_GetOSVersionString (void);
 
 #if !defined(HOST_WIN32) && defined(HAVE_SYS_UTSNAME_H)
 #include <sys/utsname.h>