]> git.sesse.net Git - vlc/blobdiff - include/vlc_config.h
Improved autocropping by Cedric Cocquebert
[vlc] / include / vlc_config.h
index 5c17718f3ba50104ea2dfbd8b6b3ac0e183345f8..1a67c39d41e6087be118d6df097adfd9988bb63b 100644 (file)
@@ -45,9 +45,9 @@
 #define THREAD_COND_TIMEOUT             1
 
 /* The configuration file and directory */
-#ifdef SYS_BEOS
+#if defined (SYS_BEOS)
 #  define CONFIG_DIR                    "config/settings/VideoLAN Client"
-#elif __APPLE__
+#elif defined (__APPLE__)
 #  define CONFIG_DIR                    "Library/Preferences/VLC"
 #elif defined( WIN32 ) || defined( UNDER_CE )
 #  define CONFIG_DIR                    "vlc"