Huw Davies (@huw) commented about programs/notepad/dialog.c:
Globals.bWrapLongLines = !Globals.bWrapLongLines; CheckMenuItem(GetMenu(Globals.hMainWnd), CMD_WRAP, MF_BYCOMMAND | (Globals.bWrapLongLines ? MF_CHECKED : MF_UNCHECKED));
- updateWindowSize(MAKELPARAM(rc.right,rc.bottom));
I think it would make more sense to pass the width and height as separate paramaters.
Also, as mentioned last time, please add a space after the comma. There are more of these below as well, I won't point them all out.