Home
last modified time | relevance | path

Searched refs:IsItWindowsNT (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/Windows/
DNtCheck.h9 static inline bool IsItWindowsNT() in IsItWindowsNT() function
23 #define SET_IS_NT g_IsNT = IsItWindowsNT();
29 #define NT_CHECK_ACTION if (!IsItWindowsNT()) { NT_CHECK_FAIL_ACTION }