ant
ant copied to clipboard
window close on win32
shutdown program from lua.
Don’t use TerminateProcess , post close message to window instead
SendMessage(G.hWnd, WM_SYSCOMMAND, SC_CLOSE, 1) after UnregisterClassW , This is a bit weird . cc @actboy168