Searched refs:dwVersion (Results 1 – 1 of 1) sorted by relevance
816 DWORD dwVersion; local818 dwVersion = GetVersion(); /* get the OS version */819 dwWindowsMajorVersion = (DWORD)(LOBYTE(LOWORD(dwVersion)));821 if (dwVersion >= 0x80000000 && dwWindowsMajorVersion >= 4) {