GNOME Bugzilla – Bug 699330
Implement anjuta_util_get_real_path in Windows
Last modified: 2013-05-06 20:12:26 UTC
Function realpath is not available in Windows but the Windows API provides a function to get the real path. This is based on Vala's code in "gobject-introspection/grealpath.h".
Created attachment 242931 [details] [review] Patch to implement the function using Windows API
Review of attachment 242931 [details] [review]: Thanks for your patch, I have just committed it.