comparison gui/mplayer/gtk/fs.c @ 25601:8a0adeba5910

Rename common.[ch] to gtk_common.[ch], there are too many files by that name.
author diego
date Sun, 06 Jan 2008 16:22:00 +0000
parents a5c848b27cd8
children a9e86b2def64
comparison
equal deleted inserted replaced
25600:785d273c050f 25601:8a0adeba5910
19 #include "stream/stream.h" 19 #include "stream/stream.h"
20 20
21 #include "../widgets.h" 21 #include "../widgets.h"
22 #include "fs.h" 22 #include "fs.h"
23 #include "opts.h" 23 #include "opts.h"
24 #include "common.h" 24 #include "gtk_common.h"
25 25
26 #ifndef __linux__ 26 #ifndef __linux__
27 #define get_current_dir_name() getcwd(NULL, PATH_MAX) 27 #define get_current_dir_name() getcwd(NULL, PATH_MAX)
28 #endif 28 #endif
29 29