Searched refs:GetVersion (Results 1 – 14 of 14) sorted by relevance
232 # define check_winnt() (GetVersion() < 0x80000000)233 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
179 # define check_winnt() (GetVersion() < 0x80000000)180 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
121 if (GetVersion () >= 0x80000000) in gf_cputime()
82 if ((GetVersion() & 0xFF) >= 5) { in tuklib_physmem()
402 STDMETHOD(GetVersion)(_Out_ BSTR *pbstrVersion) = 0;
1380 EFI_DRIVER_FAMILY_OVERRIDE_GET_VERSION GetVersion; member1430 EFI_EBC_GET_VERSION GetVersion; member
233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0; in setfiletime()
1913 DWORD GetVersion();
3888 if (((int)GetVersion()) > 0) { /* NT */ in load_nameservers_from_registry()
4344 rc = GetVersion(); in mdb_env_open2()