[Mplayer-cvslog] CVS: main/Gui/mplayer/gtk fs.h,1.2,1.3

Jürgen Keil jkeil at mplayer.dev.hu
Mon Sep 3 18:13:27 CEST 2001


Update of /cvsroot/mplayer/main/Gui/mplayer/gtk
In directory mplayer:/var/tmp.root/cvs-serv29233/mplayer/gtk

Modified Files:
	fs.h 
Log Message:
Some changes to compile the GUI on solaris


Index: fs.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/gtk/fs.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fs.h	1 Sep 2001 17:53:07 -0000	1.2
+++ fs.h	3 Sep 2001 16:13:24 -0000	1.3
@@ -11,6 +11,10 @@
 
 #include "../../language.h"
 
+#ifdef	__SVR4
+#define	get_current_dir_name()	getcwd(NULL, PATH_MAX)
+#endif
+
 #ifndef get_current_dir_name
  extern char * get_current_dir_name( void );
 #endif
@@ -657,4 +661,4 @@
  return fsFileSelect;
 }
 
-#endif
\ No newline at end of file
+#endif




More information about the MPlayer-cvslog mailing list