Fixes r727 not compiling on windows,

Fixes an old issue on Linux where the program couldn't be run from a symbolic to the executable.


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@743 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-04-07 21:53:20 +00:00
parent 19ac89a38f
commit c98bfafb76
5 changed files with 86 additions and 69 deletions

View File

@@ -1,6 +1,6 @@
#ifndef _REALPATH_H
#define _REALPATH_H
char *realpath(const char *_path, char *resolved_path);
char *Realpath(const char *_path, char *resolved_path);
#endif