fix disconnect happening when closing RDP client

pull/1/head
Heiko Hund 2013-08-05 10:47:32 +02:00
parent 56bc27649e
commit 10c18fae4f
1 changed files with 1 additions and 0 deletions

1
main.c
View File

@ -394,6 +394,7 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
ResumeConnections(); ResumeConnections();
break; break;
} }
break;
case WM_POWERBROADCAST: case WM_POWERBROADCAST:
switch (wParam) { switch (wParam) {