Prepare the window to be suspended. */
| 680 | |
| 681 | /* Prepare the window to be suspended. */ |
| 682 | void |
| 683 | mswin_suspend_nhwindows(const char *str) |
| 684 | { |
| 685 | logDebug("mswin_suspend_nhwindows(%s)\n", str); |
| 686 | return; |
| 687 | } |
| 688 | |
| 689 | /* Restore the windows after being suspended. */ |
| 690 | void |
nothing calls this directly
no test coverage detected