Cygwin should behave like a Unix environment, i.e. config files should be

in .mplayer.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10027 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2003-04-30 18:16:21 +00:00
parent 409cfd1eb6
commit c36a1c25ba
1 changed files with 1 additions and 1 deletions

View File

@ -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";