#ifndef _PHNT_WINDOWS_H
#ifndef MINLONGLONG
// The Windows SDK basetsd.h references non-existent MAXLONGLONG definition
// and breaks MINLONGLONG or in other cases results in a definition of zero. (dmex)
#define MINLONGLONG ((LONGLONG)~MAXLONGLONG)
View code on GitHub
No description available.