Module: wine
Branch: master
Commit: b3bf746ff942c153fa578fd7230207de7e10c6f5
URL: http://source.winehq.org/git/wine.git/?a=commit;h=b3bf746ff942c153fa578fd72…
Author: Francois Gouget <fgouget(a)free.fr>
Date: Tue Nov 25 17:42:38 2008 +0100
Straighten out some ellipses.
---
dlls/dplayx/name_server.c | 2 +-
dlls/dsound/sound3d.c | 2 +-
dlls/kernel32/format_msg.c | 2 +-
dlls/ole32/storage32.c | 2 +-
dlls/riched20/run.c | 2 +-
dlls/uxtheme/system.c | 2 +-
dlls/winmm/mci.c | 2 +-
programs/cmdlgtst/cmdlgtst.c | 4 ++--
tools/winedump/debug.c | 2 +-
9 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/dlls/dplayx/name_server.c b/dlls/dplayx/name_server.c
index 3527877..928e082 100644
--- a/dlls/dplayx/name_server.c
+++ b/dlls/dplayx/name_server.c
@@ -169,7 +169,7 @@ LPVOID NS_GetNSAddr( LPVOID lpNSInfo )
/* Ok. Cheat and don't search for the correct stuff just take the first.
* FIXME: In the future how are we to know what is _THE_ enum we used?
* This is going to have to go into dplay somehow. Perhaps it
- * comes back with app server id for the join command! Oh...that
+ * comes back with app server id for the join command! Oh... that
* must be it. That would make this method obsolete once that's
* in place.
*/
diff --git a/dlls/dsound/sound3d.c b/dlls/dsound/sound3d.c
index 2397f52..252c763 100644
--- a/dlls/dsound/sound3d.c
+++ b/dlls/dsound/sound3d.c
@@ -106,7 +106,7 @@ static inline D3DVALUE RadToDeg (D3DVALUE angle)
static inline D3DVALUE AngleBetweenVectorsRad (const D3DVECTOR *a, const D3DVECTOR *b)
{
D3DVALUE la, lb, product, angle, cos;
- /* definition of scalar product: a*b = |a|*|b|*cos...therefore: */
+ /* definition of scalar product: a*b = |a|*|b|*cos... therefore: */
product = ScalarProduct (a,b);
la = VectorMagnitude (a);
lb = VectorMagnitude (b);
diff --git a/dlls/kernel32/format_msg.c b/dlls/kernel32/format_msg.c
index c983c95..0920d66 100644
--- a/dlls/kernel32/format_msg.c
+++ b/dlls/kernel32/format_msg.c
@@ -39,7 +39,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(resource);
-/* Messages...used by FormatMessage (KERNEL32.something)
+/* Messages used by FormatMessage
*
* They can be specified either directly or using a message ID and
* loading them from the resource.
diff --git a/dlls/ole32/storage32.c b/dlls/ole32/storage32.c
index 3c88a36..fe84804 100644
--- a/dlls/ole32/storage32.c
+++ b/dlls/ole32/storage32.c
@@ -6606,7 +6606,7 @@ static HRESULT OLECONVERT_LoadOLE10(LPOLESTREAM pOleStream, OLECONVERT_OLESTREAM
if(hRes == S_OK)
{
- /* Get the TypeID...more info needed for this field */
+ /* Get the TypeID... more info needed for this field */
dwSize = pOleStream->lpstbl->Get(pOleStream, (void *)&(pData->dwTypeID), sizeof(pData->dwTypeID));
if(dwSize != sizeof(pData->dwTypeID))
{
diff --git a/dlls/riched20/run.c b/dlls/riched20/run.c
index 133219d..e2fde47 100644
--- a/dlls/riched20/run.c
+++ b/dlls/riched20/run.c
@@ -813,7 +813,7 @@ void ME_SetCharFormat(ME_TextEditor *editor, int nOfs, int nChars, CHARFORMAT2W
undo->nStart = tmp.pRun->member.run.nCharOfs+para->member.para.nCharOfs;
undo->nLen = tmp.pRun->member.run.strText->nLen;
undo->di.member.ustyle = tmp.pRun->member.run.style;
- /* we'd have to addref undo..ustyle and release tmp...style
+ /* we'd have to addref undo...ustyle and release tmp...style
but they'd cancel each other out so we can do nothing instead */
}
else
diff --git a/dlls/uxtheme/system.c b/dlls/uxtheme/system.c
index d213ba2..c1e26c8 100644
--- a/dlls/uxtheme/system.c
+++ b/dlls/uxtheme/system.c
@@ -916,7 +916,7 @@ HRESULT WINAPI CloseThemeFile(HTHEMEFILE hThemeFile)
* char b[] = "\0"; where \0 can be one or more of any character, makes no difference
* the theme is applied smoothly (screen does not flicker)
* char *b = "\0" or NULL; where \0 can be zero or more of any character, makes no difference
- * the function fails returning invalid parameter...very strange
+ * the function fails returning invalid parameter... very strange
*/
HRESULT WINAPI ApplyTheme(HTHEMEFILE hThemeFile, char *unknown, HWND hWnd)
{
diff --git a/dlls/winmm/mci.c b/dlls/winmm/mci.c
index d6ca7f0..a3d679f 100644
--- a/dlls/winmm/mci.c
+++ b/dlls/winmm/mci.c
@@ -1121,7 +1121,7 @@ static DWORD MCI_ParseOptArgs(LPDWORD data, int _offset, LPCWSTR lpCmd,
}
break;
case MCI_RECT:
- /* store rect in data (offset...offset+3) */
+ /* store rect in data (offset..offset+3) */
*dwFlags |= flg;
if (!MCI_GetDWord(&(data[offset+0]), &args) ||
!MCI_GetDWord(&(data[offset+1]), &args) ||
diff --git a/programs/cmdlgtst/cmdlgtst.c b/programs/cmdlgtst/cmdlgtst.c
index d19c119..0c8b2b1 100644
--- a/programs/cmdlgtst/cmdlgtst.c
+++ b/programs/cmdlgtst/cmdlgtst.c
@@ -885,8 +885,8 @@ static LRESULT CALLBACK EXPORT mainWindowDispatcher(
else switch(uMsg) {
case WM_CREATE:
/*
- * this is always the first message...at least as far as
- * we are concerned.
+ * this is always the first message... at least as far
+ * as we are concerned.
*/
mwi_InitAll(hWnd);
break;
diff --git a/tools/winedump/debug.c b/tools/winedump/debug.c
index 0920786..be8150f 100644
--- a/tools/winedump/debug.c
+++ b/tools/winedump/debug.c
@@ -69,7 +69,7 @@
* (hdr) IMAGE_SECTION_HEADER - list of COFF sections copied verbatim from .EXE;
* although this directory contains file offsets, these offsets are meaningless
* in the context of the .DBG file, because only the section headers are copied
- * to the .DBG file...not the binary data it points to.
+ * to the .DBG file... not the binary data it points to.
* (hdr) IMAGE_DEBUG_DIRECTORY - list of different formats of debug info contained in file
* (see IMAGE_DEBUG_TYPE_* descriptions below); tells where each section starts
* (hdr) OMFSignature (CV) - Contains "NBxx" signature, plus file offset telling how far
Module: wine
Branch: master
Commit: 1598779b10e981e94e9db1e14307eb1ab0300525
URL: http://source.winehq.org/git/wine.git/?a=commit;h=1598779b10e981e94e9db1e14…
Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com>
Date: Tue Nov 25 20:27:45 2008 +0100
aclocal.m4: Add i686-pc-mingw32 to the cross-compiler prefixes.
---
aclocal.m4 | 2 +-
configure | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/aclocal.m4 b/aclocal.m4
index f3a5848..b5beeb7 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -141,7 +141,7 @@ dnl
AC_DEFUN([WINE_CHECK_MINGW_PROG],
[AC_CHECK_PROGS([$1],
m4_foreach([ac_wine_prefix],
- [i586-mingw32msvc, i386-mingw32msvc, i686-mingw32, i586-mingw32, i486-mingw32, i386-mingw32, mingw32, mingw],
+ [i586-mingw32msvc, i386-mingw32msvc, i686-mingw32, i586-mingw32, i486-mingw32, i386-mingw32, mingw32, i686-pc-mingw32, mingw],
[ac_wine_prefix-$2 ]),
[$3],[$4])])
diff --git a/configure b/configure
index 5b4c30c..8158ab9 100755
--- a/configure
+++ b/configure
@@ -9707,7 +9707,7 @@ fi
if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
then
- for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
+ for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc i686-pc-mingw32-gcc mingw-gcc
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
@@ -9750,7 +9750,7 @@ fi
done
test -n "$CROSSCC" || CROSSCC="false"
- for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
+ for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool i686-pc-mingw32-dlltool mingw-dlltool
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
@@ -9793,7 +9793,7 @@ fi
done
test -n "$DLLTOOL" || DLLTOOL="false"
- for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
+ for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres i686-pc-mingw32-windres mingw-windres
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
@@ -9836,7 +9836,7 @@ fi
done
test -n "$CROSSWINDRES" || CROSSWINDRES="false"
- for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
+ for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar i686-pc-mingw32-ar mingw-ar
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2