Skip to content

Commit f6b7c29

Browse files
authored
Update group.c
lol if itbwoeks... programming from my phone..
1 parent d2342e8 commit f6b7c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

progmgr/group.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ VOID UpdateGroup(_In_ PGROUP pg)
476476
\* * * */
477477
HWND GetHwndFromPGroup(_In_ PGROUP pg)
478478
{
479-
EnumChildWindows(g_hWndProgMgr, &GetHwndFromPGroupEnum, (LPARAM)pg);
479+
EnumChildWindows(g_hWndProgMgr, (WNDENUMPROC)GetHwndFromPGroupEnum, (LPARAM)pg);
480480

481481
return hWndFoundGroup;
482482
}

0 commit comments

Comments
 (0)