bitsdojo_window
bitsdojo_window copied to clipboard
Crash in handle_nccalcsize
handle_nccalcsize does not handle when wParam is FALSE => lParam is NULL, and the application will crash. This seems to happen on startup 100% of the time in my app, which makes bitsdojo_window unusable. If wParam is FALSE, bitsdojo_window should perhaps just return DefWindowProc?
Fixed by #100