[MPlayer-cvslog] r26024 - trunk/gui/mplayer/gtk/fs.c
diego
subversion at mplayerhq.hu
Mon Feb 18 20:38:00 CET 2008
Author: diego
Date: Mon Feb 18 20:37:59 2008
New Revision: 26024
Log:
Merge the two conditional definitions of get_current_dir_name.
Modified:
trunk/gui/mplayer/gtk/fs.c
Modified: trunk/gui/mplayer/gtk/fs.c
==============================================================================
--- trunk/gui/mplayer/gtk/fs.c (original)
+++ trunk/gui/mplayer/gtk/fs.c Mon Feb 18 20:37:59 2008
@@ -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
More information about the MPlayer-cvslog
mailing list