Skip to content

Commit 76394e7

Browse files
committed
sentry_sync.h: Fix x86 compile on llvm-mingw
1 parent 8b7f66f commit 76394e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry_sync.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# define THREAD_FUNCTION_API
1414
#endif
1515

16-
#if defined(__MINGW32__) && !defined(__MINGW64__)
16+
#if defined(__MINGW32__) && !defined(__MINGW64__) && !defined(__clang__)
1717
# define UNSIGNED_MINGW unsigned
1818
#else
1919
# define UNSIGNED_MINGW

0 commit comments

Comments
 (0)