How about dropping this somewhere near the top of vlc_common.h: #if defined(_MSC_VER) && !defined(__MWERKS__) && \ !defined(__ICL) && !defined(__COMO__) && \ !defined(__BORLANDC__) #define MSVC # endif #ifdef MSVC typedef struct { long long quot; /* Quotient. */ long ...