serialui: Use RS232 as default ProviderSubType.

oldstable
Detlef Riekenberg 2007-02-26 22:14:46 +01:00 committed by Alexandre Julliard
parent 443ae2290a
commit 9258c40181
1 changed files with 1 additions and 0 deletions

View File

@ -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;