mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-12-23 21:25:49 +00:00
fix.
This commit is contained in:
parent
ddde1f87e5
commit
bbc67ea04a
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@
|
||||||
# else
|
# else
|
||||||
# define SPROUT_UINT32_C(n) n ## UL
|
# define SPROUT_UINT32_C(n) n ## UL
|
||||||
# endif
|
# endif
|
||||||
|
#else
|
||||||
# define SPROUT_UINT32_C(n) UINT32_C(n)
|
# define SPROUT_UINT32_C(n) UINT32_C(n)
|
||||||
#endif
|
#endif
|
||||||
#ifndef INT64_C
|
#ifndef INT64_C
|
||||||
|
|
Loading…
Reference in a new issue