Francois Gouget : include: Fix the name of a MODEMSETTINGS field.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Sep 8 05:15:28 CDT 2006


Module: wine
Branch: master
Commit: 357f579eb0adeb6b9248ff33ef73e1212d39be98
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=357f579eb0adeb6b9248ff33ef73e1212d39be98

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Sep  7 19:55:34 2006 +0200

include: Fix the name of a MODEMSETTINGS field.

---

 include/mcx.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/mcx.h b/include/mcx.h
index ab2389e..a03e5f3 100644
--- a/include/mcx.h
+++ b/include/mcx.h
@@ -51,7 +51,7 @@ typedef struct tagMODEMSETTINGS {
        DWORD dwInactivityTimeout;
        DWORD dwSpeakerVolume;
        DWORD dwSpeakerMode;
-       DWORD dwPreferedModemOptions;
+       DWORD dwPreferredModemOptions;
        DWORD dwNegotiatedModemOptions;
        DWORD dwNegotiatedDCERate;
        BYTE  abVariablePortion[1];




More information about the wine-cvs mailing list