Searched refs:GetVersion (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/
H A De_os.h227 /* Avoid Visual Studio 13 GetVersion deprecated problems */
232 # define check_winnt() (GetVersion() < 0x80000000)
233 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
/netbsd-current/crypto/external/bsd/openssl/dist/
H A De_os.h174 /* Avoid Visual Studio 13 GetVersion deprecated problems */
179 # define check_winnt() (GetVersion() < 0x80000000)
180 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
/netbsd-current/external/public-domain/xz/dist/src/common/
H A Dtuklib_physmem.c82 if ((GetVersion() & 0xFF) >= 5) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMSVCSetupApi.h402 STDMETHOD(GetVersion)(_Out_ BSTR *pbstrVersion) = 0;
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dtime_1.h120 returned by GetVersion is 0 for NT and higher. */
121 if (GetVersion () >= 0x80000000)
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dtime_1.h120 returned by GetVersion is 0 for NT and higher. */
121 if (GetVersion () >= 0x80000000)
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/untgz/
H A Duntgz.c233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0;
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/untgz/
H A Duntgz.c233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0;
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/untgz/
H A Duntgz.c233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0;
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/untgz/
H A Duntgz.c233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0;
/netbsd-current/common/dist/zlib/contrib/untgz/
H A Duntgz.c233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0;
/netbsd-current/sys/external/bsd/gnu-efi/dist/inc/
H A Defiprot.h1380 EFI_DRIVER_FAMILY_OVERRIDE_GET_VERSION GetVersion; member in struct:_EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL
1430 EFI_EBC_GET_VERSION GetVersion; member in struct:_EFI_EBC_PROTOCOL
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-npf.c2499 /* disable MSVC's GetVersion() deprecated warning here */
2501 dwVersion = GetVersion(); /* get the OS version */
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Devdns.c3822 if (((int)GetVersion()) > 0) { /* NT */
/netbsd-current/external/bsd/libevent/dist/
H A Devdns.c3888 if (((int)GetVersion()) > 0) { /* NT */
/netbsd-current/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb.c4344 rc = GetVersion();

Completed in 488 milliseconds