]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
Remove I64C as well
[vlc] / include / vlc_common.h
index 4b9404dbdc3549e9024ea4c3cbea2ba55a064b33..a0f7a3d066376ab4352ba7dc0993aa50d49b2b5a 100644 (file)
@@ -862,9 +862,6 @@ VLC_EXPORT( char *, vlc_strcasestr, ( const char *s1, const char *s2 ) );
 #   define telldir vlc_telldir
 #endif
 
-/* 64 bits integer constant suffix */
-#define I64C(x)  INT64_C(x)
-
 #if defined(WIN32) || defined(UNDER_CE)
 /* win32, cl and icl support */
 #   if defined( _MSC_VER ) || !defined( __MINGW32__ )