mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
serialui: Use RS232 as default ProviderSubType.
This commit is contained in:
parent
443ae2290a
commit
9258c40181
1 changed files with 1 additions and 0 deletions
|
@ -569,6 +569,7 @@ DWORD WINAPI drvGetDefaultCommConfigW(
|
|||
memset(lpCommConfig, 0 , sizeof (COMMCONFIG));
|
||||
lpCommConfig->dwSize = sizeof (COMMCONFIG);
|
||||
lpCommConfig->wVersion = 1;
|
||||
lpCommConfig->dwProviderSubType = PST_RS232;
|
||||
|
||||
r = RegConnectRegistryW(NULL, HKEY_LOCAL_MACHINE, &hKeyReg);
|
||||
if(r != ERROR_SUCCESS) return r;
|
||||
|
|
Loading…
Reference in a new issue