[msvc] Update csproj files (#4254)
[mono.git] / mono / utils / mono-path.h
index dcb69ef835239df447851189dfb3072dc5dce73c..1ce57b07c6fb6cc44b169896730c5850ece3f6c4 100644 (file)
@@ -2,9 +2,10 @@
 #define __MONO_PATH_H
 
 #include <glib.h>
+#include <mono/utils/mono-publib.h>
 
-gchar *mono_path_resolve_symlinks (const char *path);
-gchar *mono_path_canonicalize (const char *path);
+MONO_API gchar *mono_path_resolve_symlinks (const char *path);
+MONO_API gchar *mono_path_canonicalize (const char *path);
 
 #endif /* __MONO_PATH_H */