# HG changeset patch # User diego # Date 1051726581 0 # Node ID b8780122e04302af84c39829179a8c2375696e7a # Parent 970a95a4d8563852388e1f476d30f9aa19efc763 Cygwin should behave like a Unix environment, i.e. config files should be in .mplayer. diff -r 970a95a4d856 -r b8780122e043 get_path.c --- a/get_path.c Wed Apr 30 16:41:14 2003 +0000 +++ b/get_path.c Wed Apr 30 18:16:21 2003 +0000 @@ -2,7 +2,7 @@ char *get_path(char *filename){ char *homedir; char *buff; -#if defined(__MINGW32__)||defined(__CYGWIN__) +#if defined(__MINGW32__) static char *config_dir = "/mplayer"; #else static char *config_dir = "/.mplayer";