]> git.sesse.net Git - vlc/blobdiff - src/config/configuration.h
Win32: fix My Music and My Videos directories access
[vlc] / src / config / configuration.h
index 44884c986e02915eb6cf1b863ff5f036bca836a8..6533c211fd98c0a480ea9c813a58d8ffd1da5998 100644 (file)
@@ -54,16 +54,7 @@ static inline int IsConfigFloatType (int type)
 
 int ConfigStringToKey( const char * );
 
-/* The configuration file and directory */
-#if defined (SYS_BEOS)
-#  define CONFIG_DIR                    "config/settings/VideoLAN Client"
-#elif defined (__APPLE__)
-#  define CONFIG_DIR                    "Library/Preferences/VLC"
-#elif defined( WIN32 ) || defined( UNDER_CE )
-#  define CONFIG_DIR                    "vlc"
-#else
-#  define CONFIG_DIR                    ".vlc"
-#endif
+/* The configuration file */
 #define CONFIG_FILE                     "vlcrc"
 
 # ifdef __cplusplus