HomeSort by: relevance | last modified time | path
    Searched refs:check_win_minplat (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/
e_os.h 230 # define check_win_minplat(x) (1) macro
233 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x)) macro
  /src/crypto/external/apache2/openssl/dist/include/internal/
e_os.h 147 #define check_win_minplat(x) (1) macro
150 #define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x)) macro
  /src/crypto/external/bsd/openssl/dist/
e_os.h 177 # define check_win_minplat(x) (1) macro
180 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x)) macro

Completed in 25 milliseconds