mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +00:00
fix typo affecting MSVC build
This commit is contained in:
parent
fcef9a7f57
commit
f5e6002a50
@ -58,7 +58,7 @@ typedef int32_t intptr_t;
|
||||
typedef uint32_t uintptr_t;
|
||||
# define UINT64_C(x) x##LL
|
||||
# define ARCH_x86_32
|
||||
@ define BYTES_PER_WORD 4
|
||||
# define BYTES_PER_WORD 4
|
||||
# elif defined _M_X64
|
||||
typedef int64_t intptr_t;
|
||||
typedef uint64_t uintptr_t;
|
||||
|
Loading…
Reference in New Issue
Block a user