mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[msports] Notify the system of changes to the serial port settings.
This commit is contained in:
parent
8f939e057c
commit
f155de483f
1 changed files with 6 additions and 0 deletions
|
@ -323,6 +323,12 @@ WritePortSettings(
|
|||
return;
|
||||
}
|
||||
|
||||
/* Notify the system */
|
||||
PostMessageW(HWND_BROADCAST,
|
||||
WM_WININICHANGE,
|
||||
0,
|
||||
(LPARAM)pPortData->szPortName);
|
||||
|
||||
TRACE("Done!\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue