There are explicit uses of type "long long", they should be
int64_t, and unsigned long long constants should not have
the "ULL" suffix on them, instead, as long as there are 64
bit hex constants, leave the suffix off. Also add #ifdef's
for NETWARE, as they are a supported OS.
int64_t, and unsigned long long constants should not have
the "ULL" suffix on them, instead, as long as there are 64
bit hex constants, leave the suffix off. Also add #ifdef's
for NETWARE, as they are a supported OS.