Commit 357f579e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

include: Fix the name of a MODEMSETTINGS field.

parent 766611b7
...@@ -51,7 +51,7 @@ typedef struct tagMODEMSETTINGS { ...@@ -51,7 +51,7 @@ typedef struct tagMODEMSETTINGS {
DWORD dwInactivityTimeout; DWORD dwInactivityTimeout;
DWORD dwSpeakerVolume; DWORD dwSpeakerVolume;
DWORD dwSpeakerMode; DWORD dwSpeakerMode;
DWORD dwPreferedModemOptions; DWORD dwPreferredModemOptions;
DWORD dwNegotiatedModemOptions; DWORD dwNegotiatedModemOptions;
DWORD dwNegotiatedDCERate; DWORD dwNegotiatedDCERate;
BYTE abVariablePortion[1]; BYTE abVariablePortion[1];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment