• Björn Svensson's avatar
    Use __attribute__ when building with clang on windows · bd9ccb8c
    Björn Svensson authored
    Since clang supports __attribute__ we can avoid disabling
    it and use packed sdshdr structs. This also make sure we dont
    affect subsequent header files that require __attribute__.
    
    Note:
    Clang attempts to be compatible with MSVC and defines _MSC_VER
    bd9ccb8c
sds.h 9.02 KB