diff --git a/sprout/cstdint.hpp b/sprout/cstdint.hpp index 61ddb426..8cbfa9f3 100644 --- a/sprout/cstdint.hpp +++ b/sprout/cstdint.hpp @@ -51,6 +51,7 @@ # else # define SPROUT_UINT32_C(n) n ## UL # endif +#else # define SPROUT_UINT32_C(n) UINT32_C(n) #endif #ifndef INT64_C