define ULLONG_MAX if not already defined
This commit is contained in:
@@ -14,6 +14,11 @@
|
||||
#include "h5t_storemesh.h"
|
||||
#include "h5t_tags.h"
|
||||
|
||||
|
||||
#if !(defined(ULLONG_MAX))
|
||||
#define ULLONG_MAX (ULONG_MAX * 2ULL + 1ULL)
|
||||
#endif
|
||||
|
||||
/*
|
||||
ID's: 64bit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user