procedure CheckTerminate; begin if (Opts and myEH_Terminate) <> 0 then begin if IsConsole then Halt(250) else PostQuitMessage(250) end end;
i am modifying a Delphi project with some windows api , i am searching for the replacement of windows api " PostQuitMessage" in the linux , please anyone help me to guide how to replacement the PostQuitMessage in the in linux project.
Aucun commentaire:
Enregistrer un commentaire