mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-11 18:46:08 -05:00
Test if macro already exists to shutup warning.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user