Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use __attribute__ when building with clang on windows
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
- Loading branch information