| 667 | } |
| 668 | |
| 669 | void Win32Frame::Restart() |
| 670 | { |
| 671 | // Changed h/w config, eg. Apple computer type (][+ or //e), slot configuration, etc. |
| 672 | g_bRestart = true; |
| 673 | PostMessage(g_hFrameWindow, WM_CLOSE, 0, 0); |
| 674 | } |
| 675 | |
| 676 | BYTE* Win32Frame::GetResource(WORD id, LPCSTR lpType, uint32_t dwExpectedSize) |
| 677 | { |
no outgoing calls
no test coverage detected