Re: user32/dialog.c: GetNextDlgTabItem returns hwndDlg if next item not found
5 Apr
2010
5 Apr
'10
9:44 a.m.
"Mikhail Maroukhine" <mikolg(a)connectivegames.com> wrote:
user32/dialog.c: GetNextDlgTabItem returns hwndDlg if next item not found Behavior checked on Windows XP
Please add a test case for this.
+ return retWnd ? retWnd : (hwndCtrl ? hwndCtrl : hwndDlg);
Using an 'if' case would be more readable IMO. -- Dmitry.
5820
Age (days ago)
5820
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov