Skip to content

Commit f296018

Browse files
fix windows build
1 parent 13c0351 commit f296018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/portability.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ static_assert(__STDC_VERSION__ >= 201112L, "C11 support is required to build sha
2020
#define SHADY_FALLTHROUGH
2121
// It's mid 2022, and this typedef is missing from <stdalign.h>
2222
// MSVC is not a real C11 compiler.
23-
typedef long long max_align_t;
23+
typedef double max_align_t;
2424
#else
2525
#ifdef USE_VLAS
2626
#define LARRAY(T, name, size) T name[size]

0 commit comments

Comments
 (0)