mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 09:05:46 -04:00
MSBuild: Support building with clang-cl
This commit is contained in:
@ -2,6 +2,10 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <intrin.h>
|
||||
#endif
|
||||
|
||||
|
||||
inline static uint32_t bit_length(uint32_t n) {
|
||||
const uint32_t n_minus_1 = n - 1;
|
||||
|
Reference in New Issue
Block a user