0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

Merge the two conditional definitions of get_current_dir_name.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26024 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-02-18 19:37:59 +00:00
parent 09b95c30f2
commit 7976b35705

View File

@ -25,9 +25,7 @@
#ifndef __linux__
#define get_current_dir_name() getcwd(NULL, PATH_MAX)
#endif
#ifndef get_current_dir_name
#else
extern char * get_current_dir_name( void );
#endif