Update group.c
lol if itbwoeks... programming from my phone..
This commit is contained in:
@@ -476,7 +476,7 @@ VOID UpdateGroup(_In_ PGROUP pg)
|
|||||||
\* * * */
|
\* * * */
|
||||||
HWND GetHwndFromPGroup(_In_ PGROUP pg)
|
HWND GetHwndFromPGroup(_In_ PGROUP pg)
|
||||||
{
|
{
|
||||||
EnumChildWindows(g_hWndProgMgr, &GetHwndFromPGroupEnum, (LPARAM)pg);
|
EnumChildWindows(g_hWndProgMgr, (WNDENUMPROC)GetHwndFromPGroupEnum, (LPARAM)pg);
|
||||||
|
|
||||||
return hWndFoundGroup;
|
return hWndFoundGroup;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user