Commit 0d7f2354 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix a few warnings

parent b527c3fc
......@@ -727,7 +727,7 @@ static inline void _SetQWBE( uint8_t *p, uint64_t i_qw )
SetDWBE( p, ( i_qw >> 32)&0xffffffff );
}
#if WORDS_BIGENDIAN
#ifdef WORDS_BIGENDIAN
# define hton16(i) ( i )
# define hton32(i) ( i )
# define hton64(i) ( i )
......
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment