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

  /src/crypto/external/apache2/openssl/dist/Configurations/
50-win-onecore.conf 17 my $SDKver = `powershell -Command \"& {\$(Get-Item \\\"hklm:\\SOFTWARE\\WOW6432Node\\Microsoft\\Microsoft SDKs\\Windows\\\").GetValue(\\\"CurrentVersion\\\")}\"`;
18 $SDKver =~ s|\R$||;
19 my @SDKver_split = split(/\./, $SDKver);
  /src/crypto/external/bsd/openssl/dist/Configurations/
50-win-onecore.conf 17 my $SDKver = `powershell -Command \"& {\$(Get-Item \\\"hklm:\\SOFTWARE\\WOW6432Node\\Microsoft\\Microsoft SDKs\\Windows\\\").GetValue(\\\"CurrentVersion\\\")}\"`;
18 $SDKver =~ s|\R$||;
19 my @SDKver_split = split(/\./, $SDKver);

Completed in 22 milliseconds