Re: winecfg: Add handling for drive options
18 May
2005
18 May
'05
6:02 a.m.
James Hawkins wrote:
case WM_COMMAND: - if (HIWORD(wParam) == EN_CHANGE) + switch (HIWORD(wParam)) {
I don't know if it's just my opinion, but case statements within case statements make the code more difficult to read. Would you consider creating a new function instead? eg. case WM_COMMAND: OnCommand( dialog, HIWORD(wParam), LOWORD(wParam) ); break; Mike
7516
Age (days ago)
7516
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mike McCormack