Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
c5f775a9
Commit
c5f775a9
authored
Jun 18, 2003
by
Francois Gouget
Committed by
Alexandre Julliard
Jun 18, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typos/spelling fixes.
parent
9d0fa2f0
Hide whitespace changes
Inline
Side-by-side
Showing
40 changed files
with
72 additions
and
73 deletions
+72
-73
cabextract.c
dlls/cabinet/cabextract.c
+1
-1
fdi.c
dlls/cabinet/fdi.c
+2
-2
toolbar.c
dlls/comctl32/toolbar.c
+1
-1
updown.c
dlls/comctl32/updown.c
+1
-1
printdlg.c
dlls/commdlg/printdlg.c
+2
-2
dplayx_global.c
dlls/dplayx/dplayx_global.c
+2
-2
path.c
dlls/kernel/tests/path.c
+1
-1
thread.c
dlls/kernel/tests/thread.c
+2
-2
time.c
dlls/ntdll/time.c
+2
-2
antimoniker.c
dlls/ole32/antimoniker.c
+1
-1
compobj.c
dlls/ole32/compobj.c
+1
-1
compositemoniker.c
dlls/ole32/compositemoniker.c
+1
-1
itemmoniker.c
dlls/ole32/itemmoniker.c
+1
-1
safearray.c
dlls/oleaut32/safearray.c
+3
-3
variant.c
dlls/oleaut32/variant.c
+9
-9
shlexec.c
dlls/shell32/shlexec.c
+1
-1
shlfolder.c
dlls/shell32/shlfolder.c
+1
-1
shlview.c
dlls/shell32/shlview.c
+1
-1
clist.c
dlls/shlwapi/clist.c
+1
-1
path.c
dlls/shlwapi/path.c
+2
-2
thread.c
dlls/shlwapi/thread.c
+1
-1
midi.c
dlls/winmm/wineoss/midi.c
+1
-1
HOWTO-winelib
documentation/HOWTO-winelib
+1
-1
PACKAGING
documentation/PACKAGING
+3
-3
debugger.sgml
documentation/debugger.sgml
+1
-1
debugging.sgml
documentation/debugging.sgml
+1
-1
dlls.sgml
documentation/dlls.sgml
+1
-1
patches.sgml
documentation/patches.sgml
+2
-2
shell32
documentation/shell32
+2
-3
directplay
documentation/status/directplay
+2
-2
ppl.l
libs/wpp/ppl.l
+2
-2
font.c
objects/font.c
+1
-1
main.c
programs/notepad/main.c
+1
-1
view.c
programs/view/view.c
+1
-1
main.c
programs/winecfg/main.c
+1
-1
winecfg.rc
programs/winecfg/winecfg.rc
+2
-2
registers.c
programs/winedbg/registers.c
+2
-2
README
tools/winedump/README
+6
-6
parser.y
tools/wrc/parser.y
+1
-1
winedefault.reg
winedefault.reg
+4
-4
No files found.
dlls/cabinet/cabextract.c
View file @
c5f775a9
...
...
@@ -2009,7 +2009,7 @@ struct cabinet *find_cabs_in_file(LPCSTR name, cab_UBYTE search_buf[])
case
17
:
foffset
|=
*
p
++
<<
8
;
state
++
;
break
;
case
18
:
foffset
|=
*
p
++
<<
16
;
state
++
;
break
;
case
19
:
foffset
|=
*
p
++
<<
24
;
/* now we have rec
ie
ved 20 bytes of potential cab header. */
/* now we have rec
ei
ved 20 bytes of potential cab header. */
/* work out the offset in the file of this potential cabinet */
caboff
=
offset
+
(
p
-
pstart
)
-
20
;
...
...
dlls/cabinet/fdi.c
View file @
c5f775a9
...
...
@@ -313,7 +313,7 @@ BOOL FDI_read_entries(
num_folders
=
EndGetI16
(
buf
+
cfhead_NumFolders
);
if
(
num_folders
==
0
)
{
/* PONDERME: is this really invalid? */
WARN
(
"w
ie
rd cabinet detect failure: no folders in cabinet
\n
"
);
WARN
(
"w
ei
rd cabinet detect failure: no folders in cabinet
\n
"
);
PFDI_INT
(
hfdi
)
->
perf
->
erfOper
=
FDIERROR_NOT_A_CABINET
;
PFDI_INT
(
hfdi
)
->
perf
->
erfType
=
0
;
PFDI_INT
(
hfdi
)
->
perf
->
fError
=
TRUE
;
...
...
@@ -324,7 +324,7 @@ BOOL FDI_read_entries(
num_files
=
EndGetI16
(
buf
+
cfhead_NumFiles
);
if
(
num_files
==
0
)
{
/* PONDERME: is this really invalid? */
WARN
(
"w
ie
rd cabinet detect failure: no files in cabinet
\n
"
);
WARN
(
"w
ei
rd cabinet detect failure: no files in cabinet
\n
"
);
PFDI_INT
(
hfdi
)
->
perf
->
erfOper
=
FDIERROR_NOT_A_CABINET
;
PFDI_INT
(
hfdi
)
->
perf
->
erfType
=
0
;
PFDI_INT
(
hfdi
)
->
perf
->
fError
=
TRUE
;
...
...
dlls/comctl32/toolbar.c
View file @
c5f775a9
...
...
@@ -1117,7 +1117,7 @@ TOOLBAR_CalcStrings (HWND hwnd, LPSIZE lpSize)
/***********************************************************************
* TOOLBAR_WrapToolbar
*
* This function walks through the buttons and sep
e
rators in the
* This function walks through the buttons and sep
a
rators in the
* toolbar, and sets the TBSTATE_WRAP flag only on those items where
* wrapping should occur based on the width of the toolbar window.
* It does *not* calculate button placement itself. That task
...
...
dlls/comctl32/updown.c
View file @
c5f775a9
...
...
@@ -317,7 +317,7 @@ static BOOL UPDOWN_SetBuddyInt (UPDOWN_INFO *infoPtr)
len
=
wsprintfW
(
txt
,
fmt
,
infoPtr
->
CurVal
);
/* Do thousands sep
e
ration if necessary */
/* Do thousands sep
a
ration if necessary */
if
(
!
(
GetWindowLongW
(
infoPtr
->
Self
,
GWL_STYLE
)
&
UDS_NOTHOUSANDS
)
&&
(
len
>
3
))
{
WCHAR
tmp
[
COUNT_OF
(
txt
)],
*
src
=
tmp
,
*
dst
=
txt
;
WCHAR
sep
=
UPDOWN_GetThousandSep
();
...
...
dlls/commdlg/printdlg.c
View file @
c5f775a9
...
...
@@ -422,11 +422,11 @@ static BOOL PRINTDLG_CreateDevNames16(HGLOBAL16 *hmem, char* DeviceDriverName,
* PRINTDLG_UpdatePrintDlg [internal]
*
*
* updates the PrintDlg structure for returnvalues.
* updates the PrintDlg structure for return
values.
*
* RETURNS
* FALSE if user is not allowed to close (i.e. wrong nTo or nFrom values)
* TRUE if succesful.
* TRUE if succes
s
ful.
*/
static
BOOL
PRINTDLG_UpdatePrintDlgA
(
HWND
hDlg
,
PRINT_PTRA
*
PrintStructures
)
...
...
dlls/dplayx/dplayx_global.c
View file @
c5f775a9
...
...
@@ -848,7 +848,7 @@ HRESULT DPLAYX_SetConnectionSettingsA
{
LPDPLAYX_LOBBYDATA
lpDplData
;
/* Param
a
ter check */
/* Param
e
ter check */
if
(
dwFlags
||
!
lpConn
)
{
ERR
(
"invalid parameters.
\n
"
);
...
...
@@ -912,7 +912,7 @@ HRESULT DPLAYX_SetConnectionSettingsW
{
LPDPLAYX_LOBBYDATA
lpDplData
;
/* Param
a
ter check */
/* Param
e
ter check */
if
(
dwFlags
||
!
lpConn
)
{
ERR
(
"invalid parameters.
\n
"
);
...
...
dlls/kernel/tests/path.c
View file @
c5f775a9
...
...
@@ -183,7 +183,7 @@ static void test_SplitShortPathA(CHAR *path,CHAR *dir,CHAR *eight,CHAR *three) {
int
len
,
i
;
len
=
lstrlenA
(
path
);
ext
=
len
;
fil
=
len
;
done
=
0
;
error
=
0
;
/* walk backwards over path looking for '.' or '\\' sep
e
rators */
/* walk backwards over path looking for '.' or '\\' sep
a
rators */
for
(
i
=
len
-
1
;(
i
>=
0
)
&&
(
!
done
);
i
--
)
{
if
(
path
[
i
]
==
'.'
)
if
(
ext
!=
len
)
error
=
1
;
else
ext
=
i
;
...
...
dlls/kernel/tests/thread.c
View file @
c5f775a9
...
...
@@ -537,10 +537,10 @@ VOID test_thread_processor()
if
(
GetLastError
()
!=
ERROR_CALL_NOT_IMPLEMENTED
)
{
error
=
pSetThreadIdealProcessor
(
curthread
,
MAXIMUM_PROCESSORS
+
1
);
ok
(
error
==-
1
,
"SetThreadIdealProc
ce
sor succeeded with an illegal processor #"
);
"SetThreadIdealProc
es
sor succeeded with an illegal processor #"
);
todo_wine
{
error
=
pSetThreadIdealProcessor
(
curthread
,
MAXIMUM_PROCESSORS
);
ok
(
error
==
0
,
"SetThreadIdealProc
ce
sor returned an incorrect value"
);
ok
(
error
==
0
,
"SetThreadIdealProc
es
sor returned an incorrect value"
);
}
}
}
...
...
dlls/ntdll/time.c
View file @
c5f775a9
...
...
@@ -505,7 +505,7 @@ NTSTATUS WINAPI RtlSystemTimeToLocalTime( const LARGE_INTEGER *SystemTime,
*
* PARAMS
* time [I] Time to convert.
* res [O] Pointer to a LONG to rec
ie
ve the seconds since 1970.
* res [O] Pointer to a LONG to rec
ei
ve the seconds since 1970.
*
* RETURNS
* TRUE: Successfull.
...
...
@@ -528,7 +528,7 @@ BOOLEAN WINAPI RtlTimeToSecondsSince1970( const LARGE_INTEGER *time, PULONG res
*
* PARAMS
* time [I] Time to convert.
* res [O] Pointer to a integer to rec
ie
ve the time since 1980.
* res [O] Pointer to a integer to rec
ei
ve the time since 1980.
*
* RETURNS
* TRUE: Successfull
...
...
dlls/ole32/antimoniker.c
View file @
c5f775a9
...
...
@@ -264,7 +264,7 @@ HRESULT WINAPI AntiMonikerImpl_Save(IMoniker* iface,IStream* pStm,BOOL fClearDir
DWORD
constant
=
1
;
HRESULT
res
;
/* data writ
en by this function is only a DWORD constant seted
to 1 ! */
/* data writ
ten by this function is only a DWORD constant set
to 1 ! */
res
=
IStream_Write
(
pStm
,
&
constant
,
sizeof
(
constant
),
NULL
);
return
res
;
...
...
dlls/ole32/compobj.c
View file @
c5f775a9
...
...
@@ -1281,7 +1281,7 @@ HRESULT WINAPI GetClassFile(LPCOLESTR filePathName,CLSID *pclsid)
TRACE
(
"%s, %p
\n
"
,
debugstr_w
(
filePathName
),
pclsid
);
/* if the file contain a storage object the return the CLSID writen by IStorage_SetClass method*/
/* if the file contain a storage object the return the CLSID writ
t
en by IStorage_SetClass method*/
if
((
StgIsStorageFile
(
filePathName
))
==
S_OK
){
res
=
StgOpenStorage
(
filePathName
,
NULL
,
STGM_READ
|
STGM_SHARE_DENY_WRITE
,
NULL
,
0
,
&
pstg
);
...
...
dlls/ole32/compositemoniker.c
View file @
c5f775a9
...
...
@@ -317,7 +317,7 @@ HRESULT WINAPI CompositeMonikerImpl_Load(IMoniker* iface,IStream* pStm)
/* this function call OleLoadFromStream function for each moniker within this object */
/* read the a constant writen by CompositeMonikerImpl_Save (see CompositeMonikerImpl_Save for more details)*/
/* read the a constant writ
t
en by CompositeMonikerImpl_Save (see CompositeMonikerImpl_Save for more details)*/
res
=
IStream_Read
(
pStm
,
&
constant
,
sizeof
(
DWORD
),
NULL
);
if
(
SUCCEEDED
(
res
)
&&
constant
!=
3
)
...
...
dlls/ole32/itemmoniker.c
View file @
c5f775a9
...
...
@@ -323,7 +323,7 @@ HRESULT WINAPI ItemMonikerImpl_Save(IMoniker* iface,
HRESULT
res
;
CHAR
*
itemNameA
,
*
itemDelimiterA
;
/* data writen by this function are : 1) DWORD : size of item delimiter string ('\0' included ) */
/* data writ
t
en by this function are : 1) DWORD : size of item delimiter string ('\0' included ) */
/* 2) String (type A): item delimiter string ('\0' included) */
/* 3) DWORD : size of item name string ('\0' included) */
/* 4) String (type A): item name string ('\0' included) */
...
...
dlls/oleaut32/safearray.c
View file @
c5f775a9
...
...
@@ -367,7 +367,7 @@ HRESULT WINAPI SafeArrayPutElement(
{
ULONG
stepCountInSAData
=
0
;
/* Number of array item to skip to get to
the desired one... */
PVOID
elementStorageAddress
=
NULL
;
/* Adress to store the data */
PVOID
elementStorageAddress
=
NULL
;
/* Ad
d
ress to store the data */
/* Validate the index given */
if
(
!
validCoordinate
(
rgIndices
,
psa
))
...
...
@@ -415,7 +415,7 @@ HRESULT WINAPI SafeArrayPutElement(
return
E_UNEXPECTED
;
/* UNDOC error condition */
}
TRACE
(
"SafeArray: item put at adress %p.
\n
"
,
elementStorageAddress
);
TRACE
(
"SafeArray: item put at ad
d
ress %p.
\n
"
,
elementStorageAddress
);
return
SafeArrayUnlock
(
psa
);
}
...
...
@@ -431,7 +431,7 @@ HRESULT WINAPI SafeArrayGetElement(
{
ULONG
stepCountInSAData
=
0
;
/* Number of array item to skip to get to
the desired one... */
PVOID
elementStorageAddress
=
NULL
;
/* Adress to store the data */
PVOID
elementStorageAddress
=
NULL
;
/* Ad
d
ress to store the data */
if
(
!
validArg
(
psa
))
return
E_INVALIDARG
;
...
...
dlls/oleaut32/variant.c
View file @
c5f775a9
...
...
@@ -4489,7 +4489,7 @@ HRESULT WINAPI VarCyFromDate(DATE dateIn, CY* pcyOut) {
/**********************************************************************
* VarCyFromStr [OLEAUT32.104]
* FIXME: Never tested with decimal sep
e
rator other than '.'
* FIXME: Never tested with decimal sep
a
rator other than '.'
*/
HRESULT
WINAPI
VarCyFromStr
(
OLECHAR
*
strIn
,
LCID
lcid
,
ULONG
dwFlags
,
CY
*
pcyOut
)
{
...
...
@@ -4503,19 +4503,19 @@ HRESULT WINAPI VarCyFromStr(OLECHAR *strIn, LCID lcid, ULONG dwFlags, CY *pcyOut
pNewString
=
HEAP_strdupWtoA
(
GetProcessHeap
(),
0
,
strIn
);
TRACE
(
"( '%s', 0x%08lx, 0x%08lx, %p )
\n
"
,
pNewString
,
lcid
,
dwFlags
,
pcyOut
);
/* Get locale information - Decimal Sep
e
rator (size includes 0x00) */
/* Get locale information - Decimal Sep
a
rator (size includes 0x00) */
size
=
GetLocaleInfoA
(
lcid
,
LOCALE_SDECIMAL
,
NULL
,
0
);
decSep
=
(
char
*
)
malloc
(
size
);
rc
=
GetLocaleInfoA
(
lcid
,
LOCALE_SDECIMAL
,
decSep
,
size
);
TRACE
(
"Decimal Sep
e
rator is '%s'
\n
"
,
decSep
);
TRACE
(
"Decimal Sep
a
rator is '%s'
\n
"
,
decSep
);
/* Now copy to temporary buffer, skipping any character except 0-9 and
the decimal sep
e
rator */
the decimal sep
a
rator */
curPtr
=
pBuffer
;
/* Current position in string being built */
strPtr
=
pNewString
;
/* Current position in supplied currenct string */
while
(
*
strPtr
)
{
/* If decimal sep
e
rator, skip it and put '.' in string */
/* If decimal sep
a
rator, skip it and put '.' in string */
if
(
strncmp
(
strPtr
,
decSep
,
(
size
-
1
))
==
0
)
{
strPtr
=
strPtr
+
(
size
-
1
);
*
curPtr
=
'.'
;
...
...
@@ -5961,19 +5961,19 @@ HRESULT WINAPI VarFormatFromTokens(LPVARIANT varIn, LPOLESTR format,
break
;
case
TOK_COLON
:
/* Get locale information - Time Sep
e
rator */
/* Get locale information - Time Sep
a
rator */
size
=
GetLocaleInfoA
(
lcid
,
LOCALE_STIME
,
NULL
,
0
);
GetLocaleInfoA
(
lcid
,
LOCALE_STIME
,
pNextPos
,
size
);
TRACE
(
"TOK_COLON Time sep
e
rator is '%s'
\n
"
,
pNextPos
);
TRACE
(
"TOK_COLON Time sep
a
rator is '%s'
\n
"
,
pNextPos
);
pNextPos
=
pNextPos
+
size
;
pData
=
pData
+
1
;
break
;
case
TOK_SLASH
:
/* Get locale information - Date Sep
e
rator */
/* Get locale information - Date Sep
a
rator */
size
=
GetLocaleInfoA
(
lcid
,
LOCALE_SDATE
,
NULL
,
0
);
GetLocaleInfoA
(
lcid
,
LOCALE_SDATE
,
pNextPos
,
size
);
TRACE
(
"TOK_COLON Time sep
e
rator is '%s'
\n
"
,
pNextPos
);
TRACE
(
"TOK_COLON Time sep
a
rator is '%s'
\n
"
,
pNextPos
);
pNextPos
=
pNextPos
+
size
;
pData
=
pData
+
1
;
break
;
...
...
dlls/shell32/shlexec.c
View file @
c5f775a9
...
...
@@ -57,7 +57,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(exec);
* %2 printer
* %3 driver
* %4 port
* %I adress of a global item ID (explorer switch /idlist)
* %I ad
d
ress of a global item ID (explorer switch /idlist)
* %L seems to be %1 as long filename followed by the 8+3 variation
* %S ???
* %* all following parameters (see batfile)
...
...
dlls/shell32/shlfolder.c
View file @
c5f775a9
...
...
@@ -49,7 +49,7 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
shell
);
/***************************************************************************
* debughelper: print out the return adress
* debughelper: print out the return ad
d
ress
* helps especially to track down unbalanced AddRef/Release
*/
#define MEM_DEBUG 0
...
...
dlls/shell32/shlview.c
View file @
c5f775a9
...
...
@@ -693,7 +693,7 @@ static HMENU ShellView_BuildFileMenu(IShellViewImpl * This)
mii
.
cbSize
=
sizeof
(
mii
);
mii
.
fMask
=
MIIM_TYPE
|
MIIM_ID
|
MIIM_STATE
;
if
(
TBSTYLE_SEP
!=
Tools
[
i
].
bStyle
)
/* no sep
e
rator*/
if
(
TBSTYLE_SEP
!=
Tools
[
i
].
bStyle
)
/* no sep
a
rator*/
{
mii
.
fType
=
MFT_STRING
;
mii
.
fState
=
MFS_ENABLED
;
...
...
dlls/shlwapi/clist.c
View file @
c5f775a9
...
...
@@ -141,7 +141,7 @@ HRESULT WINAPI SHLWAPI_17(IStream* lpStream, LPSHLWAPI_CLIST lpList)
*
* PARAMS
* lpStream [I] Stream to read the list from
* lppList [0] Pointer to rec
ie
ve the new List
* lppList [0] Pointer to rec
ei
ve the new List
*
* RETURNS
* Success: S_OK
...
...
dlls/shlwapi/path.c
View file @
c5f775a9
...
...
@@ -1426,7 +1426,7 @@ BOOL WINAPI PathCompactPathExW(LPWSTR lpszDest, LPCWSTR lpszPath,
return
TRUE
;
}
/* We have a root in the path */
lpszFile
--
;
/* Start compacted filename with the path sep
e
rator */
lpszFile
--
;
/* Start compacted filename with the path sep
a
rator */
dwFileLen
++
;
if
(
dwFileLen
+
3
>
cchMax
)
...
...
@@ -1776,7 +1776,7 @@ static BOOL PathMatchSingleMaskW(LPCWSTR name, LPCWSTR mask)
* FALSE Otherwise
*
* NOTES
* Multiple search masks may be given if they are sep
e
rated by ";". The
* Multiple search masks may be given if they are sep
a
rated by ";". The
* pattern "*.*" is treated specially in that it matches all paths (for
* backwards compatibility with DOS).
*/
...
...
dlls/shlwapi/thread.c
View file @
c5f775a9
...
...
@@ -104,7 +104,7 @@ WINAPI _CreateAllAccessSecurityAttributes(
* Get an interface to the shell explorer.
*
* PARAMS
* lppUnknown [O] pointer to rec
ie
ve IUnknown interface.
* lppUnknown [O] pointer to rec
ei
ve IUnknown interface.
*
* RETURNS
* Success: S_OK. lppUnknown contains the explorer interface.
...
...
dlls/winmm/wineoss/midi.c
View file @
c5f775a9
...
...
@@ -453,7 +453,7 @@ void seqbuf_dump(void)
}
/**************************************************************************
* midRec
ie
veChar [internal]
* midRec
ei
veChar [internal]
*/
static
void
midReceiveChar
(
WORD
wDevID
,
unsigned
char
value
,
DWORD
dwTime
)
{
...
...
documentation/HOWTO-winelib
View file @
c5f775a9
...
...
@@ -422,7 +422,7 @@ typedef !!!struct!!! _TEB* P_TEB;
extern inline P_TEB WINAPI NtCurrentTeb(void);
<<
Those conversions are semanticaly the same as above but g++ compile
Those conversions are semantical
l
y the same as above but g++ compile
them and generate proper code to invoke __stdcall kind of functions
in some of Wine/obj_XXX.h files: Wine/obj_base.h - there are a lot of
...
...
documentation/PACKAGING
View file @
c5f775a9
...
...
@@ -162,7 +162,7 @@ WINE COMPONENTS
* Shared Object Library Files
To obtain a current list of DLLs, run:
ls dlls/*.so
it the root of the Wine _build_ tree, after a sucessful build.
it the root of the Wine _build_ tree, after a suc
c
essful build.
* Man Pages
To obtain a current list of man files that need to be installed, run:
...
...
@@ -412,7 +412,7 @@ Example (split this into %build and %install section for rpm:
install -d $BR/etc/wine/
install -m 644 wine.ini $BR/etc/wine/wine.conf
# Put all our DLLs in a sep
e
rate directory. (this works only if you have a buildroot)
# Put all our DLLs in a sep
a
rate directory. (this works only if you have a buildroot)
install -d $BR/usr/X11R6/lib/wine
mv $BR/usr/X11R6/lib/lib* $BR/usr/X11R6/lib/wine/
...
...
@@ -432,7 +432,7 @@ FIXME: this needs to be done better.
install -m 644 wine.userreg $BR/etc/wine/
There are now a lot of libraries generated by the build process, so a
sep
e
rate library directory should be used.
sep
a
rate library directory should be used.
install -d 755 $BR/usr/X11R6/lib/
mv $BR/
...
...
documentation/debugger.sgml
View file @
c5f775a9
...
...
@@ -1505,7 +1505,7 @@ g => GUID
<sect2>
<title>Debug channels</title>
<para>
It is possible to turn on and off debug messages as you are debuging using
It is possible to turn on and off debug messages as you are debug
g
ing using
the set command.
</para>
<screen>
...
...
documentation/debugging.sgml
View file @
c5f775a9
...
...
@@ -11,7 +11,7 @@
<note>
<para>
It is possible to turn on and of debugging output from
within the debuger using the set command. Please see the
within the debug
g
er using the set command. Please see the
WineDbg Command Reference section for how to do this.
</para>
</note>
...
...
documentation/dlls.sgml
View file @
c5f775a9
...
...
@@ -50,7 +50,7 @@
<title>2.1 Structure sizes of different common control versions</title>
<para>
The common controls have been continously improved in the
The common controls have been contin
u
ously improved in the
past. Some of the orignal structures had to be extended
and their size changed. Most of the common control
structures include their size as the first parameter. If a
...
...
documentation/patches.sgml
View file @
c5f775a9
...
...
@@ -145,10 +145,10 @@ code
<title>Inline attachments with Outlook Express</title>
<para>
Outlook Express is notorious for mangleing attachements. Giving the
patch a <filename>.txt</filename> exten
t
ion and attaching will solve
patch a <filename>.txt</filename> exten
s
ion and attaching will solve
the problem for most mailers including Outlook. Also, there is a way
to enable Outlook Express send <filename>.diff</filename>
attachm
ne
ts.
attachm
en
ts.
</para>
<para>
You need following two things to make it work.
...
...
documentation/shell32
View file @
c5f775a9
...
...
@@ -17,10 +17,10 @@ The missing parts are:
- many build-in icons are missing
- shell notifications
- not aware of sep
erated address
spaces
- not aware of sep
arated address
spaces
- iconcache
- not aware of sep
erated address
spaces
- not aware of sep
arated address
spaces
- shell extensions
- BrowseForFolder
...
...
@@ -99,4 +99,3 @@ needed Registry keys:
@="shell32.dll"
"ThreadingModel"="Apartment"
----------------------------
documentation/status/directplay
View file @
c5f775a9
...
...
@@ -87,7 +87,7 @@ TODO:
- (done) Header files for DP4 and DPL3
- (done) Add stub functions for all DP4 and DPL3 interfaces
- (done) Correct naming of the parameters for DP3 and DPL2
- (done) Sep
e
rate out DP and DPL into multiple .c files
- (done) Sep
a
rate out DP and DPL into multiple .c files
- (done) Allow CoCreateInstance to create the new interfaces
- (started)Implement mutual exclusion on object data for existing functions
- (done) Create and move to correct dll directories (dplay and dplayx)
...
...
@@ -123,7 +123,7 @@ TODO:
- Need to implement lobby session spawning.
ENHANCEMENTS:
- Improve footprint and realtime blocking by setting up a sep
e
rate data share
- Improve footprint and realtime blocking by setting up a sep
a
rate data share
between lobby application and client since there can be multiple apps per
client. Also get rid of offset dependency by making data offset independent
somehow.
...
...
libs/wpp/ppl.l
View file @
c5f775a9
...
...
@@ -85,7 +85,7 @@
* classical comment / *...* / (note: no comments within comments,
* therefore spaces) is considered to be a line-continuation
* (according to gcc and egcs AFAIK, ANSI is a bit vague).
* Comments have not been added to the above gramm
e
r for simplicity
* Comments have not been added to the above gramm
a
r for simplicity
* reasons. However, it is allowed to enter comment anywhere within
* the directives as long as they do not interfere with the context.
* All comments are considered to be deletable whitespace (both
...
...
@@ -1068,7 +1068,7 @@ static void expand_macro(macexpstackentry_t *mep)
/*
* We must add *one* whitespace to make sure that there
* is a token-sep
e
ration after the expansion.
* is a token-sep
a
ration after the expansion.
*/
*(++cptr) = ' ';
*(++cptr) = '\0';
...
...
objects/font.c
View file @
c5f775a9
...
...
@@ -1945,7 +1945,7 @@ GetCharacterPlacementA(HDC hdc, LPCSTR lpString, INT uCount,
*
* RETURNS
*
* The width and height of the string if succesful, 0 if failed.
* The width and height of the string if succes
s
ful, 0 if failed.
*
* BUGS
*
...
...
programs/notepad/main.c
View file @
c5f775a9
...
...
@@ -227,7 +227,7 @@ void HandleCommandLine(LPSTR cmdline)
}
else
{
/* try to find file with ".txt" exten
t
ion */
/* try to find file with ".txt" exten
s
ion */
if
(
!
strcmp
(
".txt"
,
cmdline
+
strlen
(
cmdline
)
-
strlen
(
".txt"
)))
{
file_exists
=
FALSE
;
...
...
programs/view/view.c
View file @
c5f775a9
...
...
@@ -144,7 +144,7 @@ LRESULT CALLBACK WndProc(HWND hwnd,
PostQuitMessage
(
0
);
break
;
default:
/* Passes it on if unproc
c
essed */
default:
/* Passes it on if unprocessed */
return
DefWindowProc
(
hwnd
,
uMessage
,
wparam
,
lparam
);
}
return
0
;
...
...
programs/winecfg/main.c
View file @
c5f775a9
...
...
@@ -257,7 +257,7 @@ doPropertySheet (HINSTANCE hInstance, HWND hOwner)
/*****************************************************************************
* Name : WinMain
* Description: Main windows entry point
* Param
a
ters : hInstance
* Param
e
ters : hInstance
* hPrev
* szCmdLine
* nShow
...
...
programs/winecfg/winecfg.rc
View file @
c5f775a9
...
...
@@ -71,9 +71,9 @@ BEGIN
BS_AUTOCHECKBOX | WS_TABSTOP,17,62,91,10
CONTROL "Favor correctness over speed",IDC_PERFECTGRAPH,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,17,76,117,10
CONTROL "Use XFree DGA exten
t
ion",IDC_XDGA,"Button",
CONTROL "Use XFree DGA exten
s
ion",IDC_XDGA,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,141,62,97,10
CONTROL "Use XFree Shm exten
t
ion",IDC_XSHM,"Button",
CONTROL "Use XFree Shm exten
s
ion",IDC_XSHM,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,141,76,96,10
CONTROL "Enable Wine desktop",IDC_MANAGED,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,17,143,84,10
...
...
programs/winedbg/registers.c
View file @
c5f775a9
...
...
@@ -59,9 +59,9 @@ static char *DEBUG_Flags( DWORD flag, char *buf )
if
(
buf
>=
pt
--
)
return
(
buf
);
if
(
flag
&
0x00000800
)
*
pt
=
'O'
;
/* Overflow Flag */
if
(
buf
>=
pt
--
)
return
(
buf
);
if
(
flag
&
0x00001000
)
*
pt
=
'1'
;
/* I/O Privil
a
ge Level */
if
(
flag
&
0x00001000
)
*
pt
=
'1'
;
/* I/O Privil
e
ge Level */
if
(
buf
>=
pt
--
)
return
(
buf
);
if
(
flag
&
0x00002000
)
*
pt
=
'1'
;
/* I/O Privil
a
ge Level */
if
(
flag
&
0x00002000
)
*
pt
=
'1'
;
/* I/O Privil
e
ge Level */
if
(
buf
>=
pt
--
)
return
(
buf
);
if
(
flag
&
0x00004000
)
*
pt
=
'N'
;
/* Nested Task Flag */
if
(
buf
>=
pt
--
)
return
(
buf
);
...
...
tools/winedump/README
View file @
c5f775a9
...
...
@@ -203,7 +203,7 @@ To build your stub DLL as part of Wine, do the following:
Your application can now link with the DLL.
If you rec
ie
ve the following error when running autoconf:
If you rec
ei
ve the following error when running autoconf:
autoconf: configure.in: No such file or directory
...
...
@@ -466,13 +466,13 @@ The definition for the _complex struct needs to be given. Since it is passed
by value, its size also needs to be correct in order to forward the call
correctly to a native DLL. In this case the structure is 8 bytes in size, which
means that the gcc compile flag -freg-struct-return must be given when
compiling the function in order to be compat
a
ble with the native DLL. (In
compiling the function in order to be compat
i
ble with the native DLL. (In
general this is not an issue, but you need to be aware of such issues if you
encounter problems with your forwarding DLL).
For third party (non C++) DLL's, the header(s) supplied with the DLL can
normally be added as an include to the generated DLL header. For other DLLs
I suggest creating a sep
e
rate header in the DLL directory and adding any
I suggest creating a sep
a
rate header in the DLL directory and adding any
needed types to that. This allows you to rebuild the DLL at whim, for example
if a new version of winedump brings increased functionality, then you
only have to overwrite the generated files and re-include the header to take
...
...
@@ -551,14 +551,14 @@ Finally, we must tell Wine to only use the builtin msvcrt.dll and to only use
the native (Win32) ms_msvcrt.dll. Add the following two lines to ~/.wine/config
under the [DllOverrides] section:
;Use our implmentation of msvcrt
;Use our impl
e
mentation of msvcrt
"msvcrt" = "builtin, so"
;Use only the Win32 ms_msvcrt
"ms_msvcrt" = "native"
At this point, when any call is made to msvcrt.dll, Our libmsvcrt.so rec
ie
ves
At this point, when any call is made to msvcrt.dll, Our libmsvcrt.so rec
ei
ves
the call. It then forwards or calls ms_msvcrt.dll, which is the native dll. We
rec
ie
ve a return value and pass it back to our caller, having TRACEd the
rec
ei
ve a return value and pass it back to our caller, having TRACEd the
arguments on the way.
At this point you are ready to start reimplementing the calls.
...
...
tools/wrc/parser.y
View file @
c5f775a9
...
...
@@ -84,7 +84,7 @@
* - Parser now emits a warning when compiling win32
* extensions in win16 mode.
*
* 16-Apr-1998 BS - Raw data elements are now *optionally* sep
e
rated
* 16-Apr-1998 BS - Raw data elements are now *optionally* sep
a
rated
* by commas. Read the comments in file sq2dq.l.
* - FIXME: there are instances in the source that rely
* on the fact that int==32bit and pointers are int size.
...
...
winedefault.reg
View file @
c5f775a9
...
...
@@ -369,7 +369,7 @@
[HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B28D-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
@="{B196B286-BAB4-101A-B69C-00AA00341D07}"
#IPropertyPage2 - an exten
t
ion of IPropertyPage to support initial selection on a property page
#IPropertyPage2 - an exten
s
ion of IPropertyPage to support initial selection on a property page
[HKEY_LOCAL_MACHINE\Software\Classes\Interface\{01E44665-24AC-101B-84ED-08002B2EC713}]
@="IPropertyPage2"
...
...
@@ -449,7 +449,7 @@
[HKEY_LOCAL_MACHINE\Software\Classes\Interface\{376BD3AA-3845-101B-84ED-08002B2EC713}\ProxyStubClsid32]
@="{B196B286-BAB4-101A-B69C-00AA00341D07}"
#IAdviseSinkEx - an exten
t
ion of IAdviseSink which provides notifications about object status changes
#IAdviseSinkEx - an exten
s
ion of IAdviseSink which provides notifications about object status changes
[HKEY_LOCAL_MACHINE\Software\Classes\Interface\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}]
@="IAdviseSinkEx"
...
...
@@ -589,7 +589,7 @@
[HKEY_LOCAL_MACHINE\Software\Classes\Interface\{B196B283-BAB4-101A-B69C-00AA00341D07}\ProxyStubClsid32]
@="{B196B286-BAB4-101A-B69C-00AA00341D07}"
#IProvideClassInfo2 - exten
t
ion of class IProvideClassInfo
#IProvideClassInfo2 - exten
s
ion of class IProvideClassInfo
[HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}]
@="IProvideClassInfo2"
...
...
@@ -599,7 +599,7 @@
[HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}\ProxyStubClsid32]
@="{B196B286-BAB4-101A-B69C-00AA00341D07}"
#IProvideMultipleClassInfo - an exten
t
ion of IProvideClassInfo2 which can provide information about
#IProvideMultipleClassInfo - an exten
s
ion of IProvideClassInfo2 which can provide information about
#a few implemented classes
[HKEY_LOCAL_MACHINE\Software\Classes\Interface\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}]
@="IProvideMultipleClassInfo"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment