Test if macro already exists to shutup warning.

This commit is contained in:
Mark Morschhäuser 2014-03-18 20:41:39 +01:00
parent 4eb845d438
commit fbf54b62bc

View file

@ -5,7 +5,9 @@
// This is from gcc sources, namely from fixincludes/inclhack.def
// On C++11 systems, <cstdint> could be included instead.
#ifndef UINT64_MAX
#define UINT64_MAX (~(uint64_t)0)
#endif
RNG_SFMT::RNG_SFMT(QObject *parent)
: RNG_Abstract(parent)