include: Fix the name of a MODEMSETTINGS field.

oldstable
Francois Gouget 2006-09-07 19:55:34 +02:00 committed by Alexandre Julliard
parent 766611b7a0
commit 357f579eb0
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ typedef struct tagMODEMSETTINGS {
DWORD dwInactivityTimeout;
DWORD dwSpeakerVolume;
DWORD dwSpeakerMode;
DWORD dwPreferedModemOptions;
DWORD dwPreferredModemOptions;
DWORD dwNegotiatedModemOptions;
DWORD dwNegotiatedDCERate;
BYTE abVariablePortion[1];