realpath() is not available for mingw32. Use _fullpath instead.
[fw/sdcc] / link / z80 / lklibr.c
index 4c1881ac47366e9793ea13ae0bdf7b08e17ba7b0..bec78f93683b7db108ce6b232ab78e5297baae07 100644 (file)
@@ -579,7 +579,7 @@ int fndsym( char *name )
                 {
                     char absPath1[PATH_MAX];
                     char absPath2[PATH_MAX];
-#if defined(__BORLANDC__) || defined(_MSC_VER)
+#if defined(__BORLANDC__) || defined(_MSC_VER) || defined(__MINGW32__)
                     int j;
 
                     _fullpath(absPath1, FirstFound->libspc, PATH_MAX);