[msports] Notify the system of changes to the serial port settings.

This commit is contained in:
Eric Kohl 2018-09-29 01:57:59 +02:00
parent 8f939e057c
commit f155de483f

View file

@ -323,6 +323,12 @@ WritePortSettings(
return;
}
/* Notify the system */
PostMessageW(HWND_BROADCAST,
WM_WININICHANGE,
0,
(LPARAM)pPortData->szPortName);
TRACE("Done!\n");
}