mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00: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:
parent
09b95c30f2
commit
7976b35705
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user