FASM: fixed by Prohor Nikiforov an issue reported by Vaicheslav97; update to version 1.73.29
git-svn-id: svn://kolibrios.org@9459 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -232,6 +232,13 @@ inline fastcall void ActivateWindow( ECX) //ECX - slot
|
||||
$int 0x40
|
||||
}
|
||||
|
||||
:void ActivateWindow_Self()
|
||||
{
|
||||
proc_info Form;
|
||||
GetProcessInfo(#Form, SelfInfo);
|
||||
ActivateWindow(GetProcessSlot(Form.ID));
|
||||
}
|
||||
|
||||
:void RefreshWindow(dword ID_REFRESH,ID_ACTIVE)
|
||||
{
|
||||
ActivateWindow(ID_REFRESH);
|
||||
|
Reference in New Issue
Block a user