Huw Davies (@huw) commented about dlls/win32u/defwnd.c:
return 0;
}
+static LRESULT handle_nc_button_dbl_click( HWND hwnd, WPARAM wparam, LPARAM lparam ) +{
- /*if this is an icon, send a restore since we are handling a double click */
Missing space after the `/*`.