update meta.ps1

rename $this to $obj to avoid saving over keyword.
This commit is contained in:
onyx-and-iris
2022-01-08 20:30:36 +00:00
parent 0e11648078
commit 2775d64e47
3 changed files with 8 additions and 13 deletions

View File

@@ -26,9 +26,6 @@ Function Setup_DLL {
return $false
}
$Signature = @"
[DllImport(@"$dll")]
public static extern int VBVMR_Login();