Mercurial > mplayer.hg
changeset 25992:a9e86b2def64
Merge the two conditional definitions of get_current_dir_name.
author | diego |
---|---|
date | Mon, 18 Feb 2008 19:37:59 +0000 |
parents | ccdb4a59d00f |
children | 782f62eb1953 |
files | gui/mplayer/gtk/fs.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/mplayer/gtk/fs.c Mon Feb 18 16:33:31 2008 +0000 +++ b/gui/mplayer/gtk/fs.c Mon Feb 18 19:37:59 2008 +0000 @@ -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