Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
588ff374
Commit
588ff374
authored
Aug 21, 2001
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 21, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation updates (mainly thru vs. through).
parent
a02f3de8
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
25 additions
and
25 deletions
+25
-25
break.c
debugger/break.c
+2
-2
editline.c
debugger/editline.c
+1
-1
msc.c
debugger/msc.c
+1
-1
msacm32_main.c
dlls/msacm/msacm32_main.c
+5
-5
ole2.c
dlls/ole32/ole2.c
+1
-1
systray.c
dlls/shell32/systray.c
+1
-1
server.c
dlls/user/dde/server.c
+2
-2
driver.c
dlls/winmm/driver.c
+1
-1
mci.c
dlls/winmm/mci.c
+1
-1
mmio.c
dlls/winmm/mmio.c
+1
-1
mmaux.c
dlls/winmm/wineoss/mmaux.c
+1
-1
debugger.sgml
documentation/debugger.sgml
+3
-3
int2f.c
msdos/int2f.c
+2
-2
console.c
win32/console.c
+1
-1
multimon.c
windows/multimon.c
+1
-1
clipboard.c
windows/x11drv/clipboard.c
+1
-1
No files found.
debugger/break.c
View file @
588ff374
...
...
@@ -59,7 +59,7 @@ static BOOL DEBUG_IsStepOverInstr(void)
addr
.
seg
=
DEBUG_context
.
SegCs
;
addr
.
off
=
DEBUG_context
.
Eip
;
/* FIXME: old code was using V86BASE(DEBUG_context)
* instead of passing thr
u
DOSMEM_MemoryBase
* instead of passing thr
ough
DOSMEM_MemoryBase
*/
instr
=
(
BYTE
*
)
DEBUG_ToLinear
(
&
addr
);
...
...
@@ -142,7 +142,7 @@ BOOL DEBUG_IsFctReturn(void)
addr
.
seg
=
DEBUG_context
.
SegCs
;
addr
.
off
=
DEBUG_context
.
Eip
;
/* FIXME: old code was using V86BASE(DEBUG_context)
* instead of passing thr
u
DOSMEM_MemoryBase
* instead of passing thr
ough
DOSMEM_MemoryBase
*/
instr
=
(
BYTE
*
)
DEBUG_ToLinear
(
&
addr
);
...
...
debugger/editline.c
View file @
588ff374
...
...
@@ -228,7 +228,7 @@ TTYget(void)
break
;
default
:
DEBUG_Printf
(
DBG_CHN_FIXME
,
"shouldn't happen
\n
"
);
/* fall thr
u
*/
/* fall thr
ough
*/
case
WAIT_ABANDONED
:
case
WAIT_TIMEOUT
:
return
EOF
;
...
...
debugger/msc.c
View file @
588ff374
...
...
@@ -3033,7 +3033,7 @@ enum DbgInfoLoad DEBUG_RegisterMSCDebugInfo( DBG_MODULE *module, HANDLE hFile,
/*========================================================================
* look for stabs information in PE header (it's how mingw compiler provides its
* debugging information), and also wine PE <-> ELF linking thr
u
.wsolnk sections
* debugging information), and also wine PE <-> ELF linking thr
ough
.wsolnk sections
*/
enum
DbgInfoLoad
DEBUG_RegisterStabsDebugInfo
(
DBG_MODULE
*
module
,
HANDLE
hFile
,
void
*
_nth
,
unsigned
long
nth_ofs
)
...
...
dlls/msacm/msacm32_main.c
View file @
588ff374
...
...
@@ -102,7 +102,7 @@ MMRESULT WINAPI acmMetrics(HACMOBJ hao, UINT uMetric, LPVOID pMetric)
switch
(
uMetric
)
{
case
ACM_METRIC_COUNT_DRIVERS
:
bLocal
=
FALSE
;
/* fall thr
u
*/
/* fall thr
ough
*/
case
ACM_METRIC_COUNT_LOCAL_DRIVERS
:
if
(
hao
)
return
MMSYSERR_INVALHANDLE
;
for
(
padid
=
MSACM_pFirstACMDriverID
;
padid
;
padid
=
padid
->
pNextACMDriverID
)
...
...
@@ -113,7 +113,7 @@ MMRESULT WINAPI acmMetrics(HACMOBJ hao, UINT uMetric, LPVOID pMetric)
case
ACM_METRIC_COUNT_CODECS
:
bLocal
=
FALSE
;
/* fall thr
u
*/
/* fall thr
ough
*/
case
ACM_METRIC_COUNT_LOCAL_CODECS
:
if
(
hao
)
return
MMSYSERR_INVALHANDLE
;
for
(
padid
=
MSACM_pFirstACMDriverID
;
padid
;
padid
=
padid
->
pNextACMDriverID
)
...
...
@@ -126,7 +126,7 @@ MMRESULT WINAPI acmMetrics(HACMOBJ hao, UINT uMetric, LPVOID pMetric)
case
ACM_METRIC_COUNT_CONVERTERS
:
bLocal
=
FALSE
;
/* fall thr
u
*/
/* fall thr
ough
*/
case
ACM_METRIC_COUNT_LOCAL_CONVERTERS
:
if
(
hao
)
return
MMSYSERR_INVALHANDLE
;
for
(
padid
=
MSACM_pFirstACMDriverID
;
padid
;
padid
=
padid
->
pNextACMDriverID
)
...
...
@@ -139,7 +139,7 @@ MMRESULT WINAPI acmMetrics(HACMOBJ hao, UINT uMetric, LPVOID pMetric)
case
ACM_METRIC_COUNT_FILTERS
:
bLocal
=
FALSE
;
/* fall thr
u
*/
/* fall thr
ough
*/
case
ACM_METRIC_COUNT_LOCAL_FILTERS
:
if
(
hao
)
return
MMSYSERR_INVALHANDLE
;
for
(
padid
=
MSACM_pFirstACMDriverID
;
padid
;
padid
=
padid
->
pNextACMDriverID
)
...
...
@@ -152,7 +152,7 @@ MMRESULT WINAPI acmMetrics(HACMOBJ hao, UINT uMetric, LPVOID pMetric)
case
ACM_METRIC_COUNT_DISABLED
:
bLocal
=
FALSE
;
/* fall thr
u
*/
/* fall thr
ough
*/
case
ACM_METRIC_COUNT_LOCAL_DISABLED
:
if
(
hao
)
return
MMSYSERR_INVALHANDLE
;
for
(
padid
=
MSACM_pFirstACMDriverID
;
padid
;
padid
=
padid
->
pNextACMDriverID
)
...
...
dlls/ole32/ole2.c
View file @
588ff374
...
...
@@ -1072,7 +1072,7 @@ BOOL OLEMenu_SetIsServerMenu( HMENU hmenu, OleMenuDescriptor *pOleMenuDescriptor
* in the groups File, Edit, Container, Object, Window, Help.
* The Edit, Object & Help groups belong to the server object
* and the other three belong to the container.
* Loop thr
u
the group widths and locate the group we are a member of.
* Loop thr
ough
the group widths and locate the group we are a member of.
*/
for
(
i
=
0
,
nWidth
=
0
;
i
<
6
;
i
++
)
{
...
...
dlls/shell32/systray.c
View file @
588ff374
...
...
@@ -105,7 +105,7 @@ static LRESULT CALLBACK SYSTRAY_WndProc(HWND hWnd, UINT message, WPARAM wParam,
ptrayItem
=
ptrayItem
->
nextTrayItem
;
}
}
/* fall
thru
*/
/* fall
through
*/
case
WM_LBUTTONDBLCLK
:
case
WM_RBUTTONDBLCLK
:
...
...
dlls/user/dde/server.c
View file @
588ff374
...
...
@@ -775,7 +775,7 @@ static WDML_QUEUE_STATE WDML_ServerHandleExecute(WDML_CONV* pConv, WDML_XACT* pX
break
;
default:
WARN
(
"Bad result code
\n
"
);
/* fall thr
u
*/
/* fall thr
ough
*/
case
DDE_FNOTPROCESSED
:
break
;
}
...
...
@@ -845,7 +845,7 @@ static WDML_QUEUE_STATE WDML_ServerHandlePoke(WDML_CONV* pConv, WDML_XACT* pXAct
break
;
default:
FIXME
(
"Unsupported returned value %08lx
\n
"
,
(
DWORD
)
hDdeDataOut
);
/* fal thr
u
*/
/* fal thr
ough
*/
case
DDE_FNOTPROCESSED
:
break
;
}
...
...
dlls/winmm/driver.c
View file @
588ff374
...
...
@@ -84,7 +84,7 @@ static int DRIVER_MapMsg32To16(WORD wMsg, DWORD* lParam1, DWORD* lParam2)
case
DRV_EXITAPPLICATION
:
case
DRV_POWER
:
case
DRV_CLOSE
:
/* should be 0/0 */
case
DRV_OPEN
:
/* pass thr
u
*/
case
DRV_OPEN
:
/* pass thr
ough
*/
/* lParam1 and lParam2 are not used */
ret
=
0
;
break
;
...
...
dlls/winmm/mci.c
View file @
588ff374
...
...
@@ -1781,7 +1781,7 @@ static MCI_MapType MCI_MapMsg32ATo16(WORD uDevType, WORD wMsg, DWORD dwFlags, DW
keep
=
TRUE
;
switch
(
uDevType
)
{
/* FIXME:
* don't know if buffer for value is the one passed thr
u
lpstrDevice
* don't know if buffer for value is the one passed thr
ough
lpstrDevice
* or is provided by MCI driver.
* Assuming solution 2: provided by MCI driver, so zeroing on entry
*/
...
...
dlls/winmm/mmio.c
View file @
588ff374
...
...
@@ -386,7 +386,7 @@ static LRESULT MMIO_UnMap32To16(DWORD wMsg, LPARAM lParam1, LPARAM lParam2,
break
;
case
MMIOM_READ
:
memcpy
((
void
*
)
lParam1
,
MapSL
(
lp1
),
lp2
);
/* fall thr
u
*/
/* fall thr
ough
*/
case
MMIOM_WRITE
:
case
MMIOM_WRITEFLUSH
:
if
(
!
SEGPTR_FREE
(
MapSL
(
lp1
)))
{
...
...
dlls/winmm/wineoss/mmaux.c
View file @
588ff374
...
...
@@ -236,7 +236,7 @@ DWORD WINAPI OSS_auxMessage(UINT wDevID, UINT wMsg, DWORD dwUser,
switch
(
wMsg
)
{
case
DRVM_INIT
:
AUXDRV_Init
();
/* fall thr
u
*/
/* fall thr
ough
*/
case
DRVM_EXIT
:
case
DRVM_ENABLE
:
case
DRVM_DISABLE
:
...
...
documentation/debugger.sgml
View file @
588ff374
...
...
@@ -1029,7 +1029,7 @@ wine -debug myprog.exe
<title>WineDbg configuration</title>
<para>
<command>WineDbg</command> can be configured thr
u
a number
<command>WineDbg</command> can be configured thr
ough
a number
of options. Those options are stored in the registry, on a
per user basis. The key is (in <emphasis>my</emphasis> registry)
</para>
...
...
@@ -1114,7 +1114,7 @@ set $BreakAllThreadsStartup = 1
<command>WineDbg</command>'s <command>cont</command>
command) or pass the exception up to the exception
handler chain in the program (if it exists)
(<command>WineDbg</command> implements this thr
u
the
(<command>WineDbg</command> implements this thr
ough
the
<command>pass</command> command). If none of the
exception handlers takes care of the exception, the
exception event is sent again to the debugger (known
...
...
@@ -1280,7 +1280,7 @@ abort aborts the debugger
quit exits the debugger
attach N attach to a W-process (N is its ID). IDs can be
obtained
thru
walk process command
obtained
using the
walk process command
</screen>
<screen>
help prints some help on the commands
...
...
msdos/int2f.c
View file @
588ff374
...
...
@@ -723,7 +723,7 @@ static void MSCDEX_Handler(CONTEXT86* context)
at
=
LOBYTE
(
HIWORD
(
at
))
*
CDFRAMES_PERMIN
+
HIBYTE
(
LOWORD
(
at
))
*
CDFRAMES_PERSEC
+
LOBYTE
(
LOWORD
(
at
));
/* fall thr
u
*/
/* fall thr
ough
*/
case
0
:
/* HSG addressing mode */
CDROM_Audio_Seek
(
&
wcda
,
at
,
dev
);
break
;
...
...
@@ -756,7 +756,7 @@ static void MSCDEX_Handler(CONTEXT86* context)
end
=
LOBYTE
(
HIWORD
(
end
))
*
CDFRAMES_PERMIN
+
HIBYTE
(
LOWORD
(
end
))
*
CDFRAMES_PERSEC
+
LOBYTE
(
LOWORD
(
end
));
/* fall thr
u
*/
/* fall thr
ough
*/
case
0
:
/* HSG addressing mode */
CDROM_Audio_Play
(
&
wcda
,
beg
,
end
,
dev
);
break
;
...
...
win32/console.c
View file @
588ff374
...
...
@@ -567,7 +567,7 @@ BOOL WINAPI FreeConsole(VOID)
* its own xterm).
*
* This makes simple commandline tools pipeable, while complex commandline
* tools work without getting messed up by debugoutput.
* tools work without getting messed up by debug
output.
*
* All other functions should work independently from this call.
*
...
...
windows/multimon.c
View file @
588ff374
...
...
@@ -155,7 +155,7 @@ BOOL WINAPI EnumDisplayMonitors(
break
;
}
/*
fall thru
*/
/*
fall through
*/
case
NULLREGION
:
return
TRUE
;
case
ERROR
:
...
...
windows/x11drv/clipboard.c
View file @
588ff374
...
...
@@ -160,7 +160,7 @@ Atom X11DRV_CLIPBOARD_MapFormatToProperty(UINT wFormat)
prop
=
XA_PIXMAP
;
break
;
}
/* Fall thr
u
to the default case in order to use the native format */
/* Fall thr
ough
to the default case in order to use the native format */
}
default:
...
...
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