| 65 | } |
| 66 | |
| 67 | DWORD WINAPI t_window(LPVOID params) { |
| 68 | System::Windows::Forms::Application::EnableVisualStyles(); |
| 69 | System::Windows::Forms::Application::SetCompatibleTextRenderingDefault(false); |
| 70 | server::gui frm; |
| 71 | System::Windows::Forms::Application::Run(%frm); |
| 72 | b_gui_active = false; |
| 73 | return 0; |
| 74 | } |
| 75 | |
| 76 | void refreshClients() { |
| 77 | ghostlib::_clientData client_data; |
nothing calls this directly
no outgoing calls
no test coverage detected