]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
Force lldiv emulation on BeOS
[vlc] / include / vlc_common.h
index 381bd24d458482cbe396520c1723e5fb8d37a5c0..d54d50e5f56343d3c34a22596ce98a1676545e08 100644 (file)
@@ -873,7 +873,7 @@ static inline void _SetQWBE( uint8_t *p, uint64_t i_qw )
 #   define vlc_strtoll NULL
 #endif
 
-#ifndef HAVE_LLDIV
+#if !defined(HAVE_LLDIV) || defined(SYS_BEOS)
     typedef struct {
         long long quot; /* Quotient. */
         long long rem;  /* Remainder. */