Browse Source

WIP win32.

Mark Sibly 7 years ago
parent
commit
94498e3302
1 changed files with 2 additions and 0 deletions
  1. 2 0
      modules/win32/win32.monkey2

+ 2 - 0
modules/win32/win32.monkey2

@@ -169,6 +169,8 @@ Function OpenProcess:HANDLE( dwDesiredAccess:DWORD,bInheritHandle:BOOL_,dwProces
 	
 Function GetCurrentProcess:HANDLE()
 	
+Function CloseHandle:BOOL_( hObject:HANDLE )
+	
 'user32
 
 Function MessageBoxW:Int( hWnd:HWND,lpText:WString,lpCaption:WString,uType:UInt )