1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-15 06:53:40 +00:00
This commit is contained in:
Bryan Roe
2019-04-23 16:32:53 -07:00
parent 43858fe9ec
commit 4fb189fa87
2 changed files with 7 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ function windows_terminal()
this._kernel32 = GM.CreateNativeProxy('Kernel32.dll');
this._kernel32.CreateMethod('CreatePipe');
this._kernel32.CreateMethod('CreatePseudoConsole');
this._kernel32.CreateMethod('InitializeProcThreadAttributeList');
this._kernel32.CreateMethod('ReadFile');
this._kernel32.CreateMethod('WriteFile');