| 77 | } |
| 78 | |
| 79 | void AboutDialog::init(HINSTANCE h_inst, HWND parent) { |
| 80 | return Window::init(h_inst, parent); |
| 81 | } |
| 82 | |
| 83 | INT_PTR AboutDialog::run_dlg_proc(UINT message, WPARAM w_param, LPARAM l_param) { |
| 84 | switch (message) { |
no outgoing calls
no test coverage detected