changeset 10026:b8780122e043

Cygwin should behave like a Unix environment, i.e. config files should be in .mplayer.
author diego
date Wed, 30 Apr 2003 18:16:21 +0000
parents 970a95a4d856
children 898a50ad6839
files get_path.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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";