Searched refs:g_IsNT (Results 1 – 7 of 7) sorted by relevance
12 extern bool g_IsNT;62 if (g_IsNT) in LoadEx()68 if (g_IsNT) in Load()91 if (g_IsNT) in MyGetModuleFileName()
19 bool g_IsNT = true; variable22 bool g_IsNT = false; variable23 #define SET_IS_NT g_IsNT = IsItWindowsNT();
14 extern bool g_IsNT;62 if (g_IsNT) in MyGetWindowsDirectory()77 if (g_IsNT) in MyGetSystemDirectory()94 if (!g_IsNT) in SetDirTime()174 if (!g_IsNT) in MySetFileAttributes()189 if (!g_IsNT) in MyRemoveDirectory()203 if (!g_IsNT) in MyMoveFile()234 if (!g_IsNT) in MyCreateDirectory()388 if (!g_IsNT) in DeleteFileAlways()559 if (g_IsNT) in MyGetFullPathName()[all …]
11 extern bool g_IsNT;32 if (g_IsNT) in MyFormatMessage()
12 extern bool g_IsNT;133 if (g_IsNT) in FindFirst()172 if (g_IsNT) in FindNext()378 if (!g_IsNT) in FindFirst()427 if (g_IsNT) in MyGetLogicalDriveStrings()
11 extern bool g_IsNT;110 if (g_IsNT) in DeleteValue()152 if (g_IsNT) in SetValue()265 if (g_IsNT) in QueryValue()
15 extern bool g_IsNT;134 if (!g_IsNT) in Create()