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

  /src/crypto/external/bsd/openssl.old/dist/
e_os.h 229 # define check_winnt() (1) macro
232 # define check_winnt() (GetVersion() < 0x80000000) macro
  /src/crypto/external/apache2/openssl/dist/include/internal/
e_os.h 146 #define check_winnt() (1) macro
149 #define check_winnt() (GetVersion() < 0x80000000) macro
  /src/crypto/external/bsd/openssl/dist/
e_os.h 176 # define check_winnt() (1) macro
179 # define check_winnt() (GetVersion() < 0x80000000) macro

Completed in 21 milliseconds