| 64 | } |
| 65 | |
| 66 | INT_PTR CALLBACK CPageSlots::DlgProc(HWND hWnd, UINT message, WPARAM wparam, LPARAM lparam) |
| 67 | { |
| 68 | // Switch from static func to our instance |
| 69 | return CPageSlots::ms_this->DlgProcInternal(hWnd, message, wparam, lparam); |
| 70 | } |
| 71 | |
| 72 | INT_PTR CPageSlots::DlgProcInternal(HWND hWnd, UINT message, WPARAM wparam, LPARAM lparam) |
| 73 | { |
nothing calls this directly
no test coverage detected