@@ -33,7 +33,7 @@ int is_directory(char *path)
}
#ifdef ON_WINDOWS
-# define realpath(p, __) (_fullpath(NULL, (p), 0))
+# define realpath(p, fp) (_fullpath((fp), (p), 0))
#endif
#define __STR0(x) #x