| Previous | 199869 Revisions | Next |
| r35166 Saturday 21st February, 2015 at 06:41:43 UTC by Osso |
|---|
| Fixed debug build compile (nw) |
| [src/osd/modules/debugger/win] | editwininfo.c |
| r243677 | r243678 | |
|---|---|---|
| 231 | 231 | LRESULT CALLBACK editwin_info::static_edit_proc(HWND wnd, UINT message, WPARAM wparam, LPARAM lparam) |
| 232 | 232 | { |
| 233 | 233 | editwin_info *const info = (editwin_info *)(FPTR)GetWindowLongPtr(wnd, GWLP_USERDATA); |
| 234 | assert(info | |
| 234 | assert(info->m_editwnd == wnd); | |
| 235 | 235 | return info->edit_proc(message, wparam, lparam); |
| 236 | 236 | } |
| https://github.com/mamedev/mame/commit/89e74e4b9cf144e8d4a6a687a5c24e966d8f1b40 |
| Previous | 199869 Revisions | Next |