Update group.c

lol if itbwoeks... programming from my phone..
This commit is contained in:
Brady McDermott
2024-10-20 02:03:29 -06:00
committed by GitHub
parent d2342e80f5
commit f6b7c29d2c

View File

@@ -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;
} }