Exit programs automatically by System unit

This commit is contained in:
2020-06-07 21:55:00 +03:00
parent 7add2ddf38
commit b366037e72
17 changed files with 20 additions and 26 deletions

View File

@@ -130,7 +130,7 @@ begin
WAIT_BUTTON:
SetCursor(hWaitCursor);
1:
TerminateThread;
Break;
end;
end;
end.