Home
last modified time | relevance | path

Searched defs:check_win_minplat (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A De_os.h230 # define check_win_minplat(x) (1) macro
233 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x)) macro
/netbsd-src/crypto/external/bsd/openssl/dist/
H A De_os.h177 # define check_win_minplat(x) (1) macro
180 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x)) macro