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
		
			
				
	
	
		
			7 lines
		
	
	
		
			105 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			105 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef _REALPATH_H
 | 
						|
#define _REALPATH_H
 | 
						|
 | 
						|
char *Realpath(const char *_path, char *resolved_path);
 | 
						|
 | 
						|
#endif
 |