Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/propsheet.c:
}
#define add_flag(a) if (dwFlags & a) {strcat(string, #a );strcat(string," ");}
+static void PROPSHEET_QueryInitialFocus(HWND hwndDlg, int index, PropSheetInfo* psInfo) +{
- PSHNOTIFY psn;
- HWND focusable_item = NULL;
- HWND initial_focus = NULL;
- focusable_item = GetNextDlgTabItem(psInfo->proppage[index].hwndPage, NULL, FALSE);
- if (!focusable_item)
return;
The indent before return is still 2 spaces.