Update find_interfaces.ps1

This commit is contained in:
Nemirtingas 2019-06-07 20:24:45 +00:00
parent f5397c1674
commit e4addcd84b
1 changed files with 1 additions and 3 deletions

View File

@ -5,9 +5,7 @@ if( ! $fi )
$fi = "steam_api.dll"
}
function findinterface
($api)
function findinterface($api)
{
$str = Select-String "$api[0-9][0-9][0-9]" $fi
if( $str -match "$api[0-9]{3}" )