From e4e80ff0cb2dc269bf56b5eb96571b681edeed05 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 15 Oct 2013 08:33:44 +0200 Subject: *: use WIN32 instead of G_OS_WIN32 --- src/CommandLine.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/CommandLine.cxx') diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx index 85c929420..22f0ccc02 100644 --- a/src/CommandLine.cxx +++ b/src/CommandLine.cxx @@ -54,7 +54,7 @@ #ifdef WIN32 #define CONFIG_FILE_LOCATION "\\mpd\\mpd.conf" -#else /* G_OS_WIN32 */ +#else #define USER_CONFIG_FILE_LOCATION1 ".mpdconf" #define USER_CONFIG_FILE_LOCATION2 ".mpd/mpd.conf" #define USER_CONFIG_FILE_LOCATION_XDG "mpd/mpd.conf" @@ -219,7 +219,7 @@ parse_cmdline(int argc, char **argv, struct options *options, if (!path.IsNull() && FileExists(path)) return ReadConfigFile(path, error); } -#else /* G_OS_WIN32 */ +#else Path path = PathBuildChecked(Path::FromUTF8(g_get_user_config_dir()), USER_CONFIG_FILE_LOCATION_XDG); if (!path.IsNull() && FileExists(path)) -- cgit v1.2.3