Garvan - 2008-11-02

The snippet is missing a break statement on the last line.

case WM_SYSCOMMAND:
if ((!fb_win32.is_active) && (wParam == SC_MAXIMIZE)) {
SendMessage(hWnd,WM_SYSCOMMAND,SC_RESTORE, 0);
return 0;
}
break;