mirror of
https://github.com/pocoproject/poco.git
synced 2025-05-29 23:42:39 +02:00
Fix missing #endif
This commit is contained in:
parent
26fa1b9e6b
commit
e241c282ef
@ -228,7 +228,7 @@
|
|||||||
#elif defined(__riscv) && (__riscv_xlen == 64)
|
#elif defined(__riscv) && (__riscv_xlen == 64)
|
||||||
#define POCO_ARCH POCO_ARCH_RISCV64
|
#define POCO_ARCH POCO_ARCH_RISCV64
|
||||||
#define POCO_ARCH_LITTLE_ENDIAN 1
|
#define POCO_ARCH_LITTLE_ENDIAN 1
|
||||||
endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user