| 1837 | |
| 1838 | |
| 1839 | BOOL Util_ShutdownHandler(HWND hwnd, DWORD lParam) |
| 1840 | { |
| 1841 | // if the window is me, don't terminate! |
| 1842 | if (hwnd != g_hWnd) |
| 1843 | Util_WinKill(hwnd); |
| 1844 | |
| 1845 | // Continue the enumeration. |
| 1846 | return TRUE; |
| 1847 | |
| 1848 | } |
| 1849 | |
| 1850 | |
| 1851 |
nothing calls this directly
no test coverage detected