Skip to content

Commit 4444644

Browse files
committed
Fix Scala Native compilation for 32-bit Windows
1 parent 643f897 commit 4444644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsoniter-scala-core/native/src/main/resources/scala-native/multiply_high.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if defined(_WIN32)
1+
#if defined(_WIN64)
22

33
#include <intrin.h>
44

0 commit comments

Comments
 (0)