Mercurial > mplayer.hg
comparison gui/dialog/fileselect.c @ 36011:277882d42938
Remove pointless replacement lists.
Remove pointless #undefs.
author | ib |
---|---|
date | Sun, 31 Mar 2013 01:20:18 +0000 |
parents | 5c720c434d56 |
children | 72b526dc27a8 |
comparison
equal
deleted
inserted
replaced
36010:5c720c434d56 | 36011:277882d42938 |
---|---|
45 #include "dialog.h" | 45 #include "dialog.h" |
46 #include "fileselect.h" | 46 #include "fileselect.h" |
47 #include "preferences.h" | 47 #include "preferences.h" |
48 #include "tools.h" | 48 #include "tools.h" |
49 | 49 |
50 #define CFG_OLD_FILESELECT 1 | 50 #define CFG_OLD_FILESELECT |
51 #include "gui/app/cfg-old.c" | 51 #include "gui/app/cfg-old.c" |
52 | 52 |
53 #ifndef __linux__ | 53 #ifndef __linux__ |
54 #define get_current_dir_name() getcwd(NULL, PATH_MAX) | 54 #define get_current_dir_name() getcwd(NULL, PATH_MAX) |
55 #else | 55 #else |