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
06d429d6
Commit
06d429d6
authored
Mar 27, 2008
by
Austin English
Committed by
Alexandre Julliard
Mar 27, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling fixes.
parent
7b48298e
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
10 deletions
+10
-10
service.c
dlls/advapi32/service.c
+1
-1
rebar.c
dlls/comctl32/rebar.c
+1
-1
directx.c
dlls/d3d8/directx.c
+1
-1
stabs.c
dlls/dbghelp/stabs.c
+1
-1
keyboard.c
dlls/dinput/keyboard.c
+1
-1
mouse.c
dlls/dinput/mouse.c
+1
-1
performance.c
dlls/dmime/performance.c
+3
-3
segment.c
dlls/dmime/segment.c
+1
-1
No files found.
dlls/advapi32/service.c
View file @
06d429d6
...
...
@@ -2056,7 +2056,7 @@ QueryServiceConfigW( SC_HANDLE hService,
* QueryServiceConfig2A [ADVAPI32.@]
*
* Note
* observed un
t
er win2k:
* observed un
d
er win2k:
* The functions QueryServiceConfig2A and QueryServiceConfig2W return the same
* required buffer size (in byte) at least for dwLevel SERVICE_CONFIG_DESCRIPTION
*/
...
...
dlls/comctl32/rebar.c
View file @
06d429d6
...
...
@@ -1153,7 +1153,7 @@ static int get_row_end_for_band(const REBAR_INFO *infoPtr, INT iBand)
return
iBand
;
}
/* Compute the rcBand.{left,right} from the cxEffective bands widths computed earier.
/* Compute the rcBand.{left,right} from the cxEffective bands widths computed ear
l
ier.
* iBeginBand must be visible */
static
void
REBAR_SetRowRectsX
(
const
REBAR_INFO
*
infoPtr
,
INT
iBeginBand
,
INT
iEndBand
)
{
...
...
dlls/d3d8/directx.c
View file @
06d429d6
...
...
@@ -295,7 +295,7 @@ ULONG WINAPI D3D8CB_DestroyRenderTarget(IWineD3DSurface *pSurface) {
return
IDirect3DSurface8_Release
((
IDirect3DSurface8
*
)
surfaceParent
);
}
/* Callback for creating the implicit
e
swapchain when the device is created */
/* Callback for creating the implicit swapchain when the device is created */
static
HRESULT
WINAPI
D3D8CB_CreateAdditionalSwapChain
(
IUnknown
*
device
,
WINED3DPRESENT_PARAMETERS
*
pPresentationParameters
,
IWineD3DSwapChain
**
ppSwapChain
){
...
...
dlls/dbghelp/stabs.c
View file @
06d429d6
...
...
@@ -1147,7 +1147,7 @@ static void pending_flush(struct pending_block* pending, struct module* module,
* Ends function creation: mainly:
* - cleans up line number information
* - tries to set up a debug-start tag (FIXME: heuristic to be enhanced)
* - for stabs which have ab
olute address in them, initializes the size of the
* - for stabs which have ab
solute address in them, initializes the size of the
* function (assuming that current function ends where next function starts)
*/
static
void
stabs_finalize_function
(
struct
module
*
module
,
struct
symt_function
*
func
,
...
...
dlls/dinput/keyboard.c
View file @
06d429d6
...
...
@@ -288,7 +288,7 @@ static HRESULT WINAPI SysKeyboardAImpl_GetDeviceState(
}
/******************************************************************************
* GetCapabilities : get the device capab
litit
es
* GetCapabilities : get the device capab
iliti
es
*/
static
HRESULT
WINAPI
SysKeyboardAImpl_GetCapabilities
(
LPDIRECTINPUTDEVICE8A
iface
,
...
...
dlls/dinput/mouse.c
View file @
06d429d6
...
...
@@ -590,7 +590,7 @@ static HRESULT WINAPI SysMouseAImpl_GetProperty(LPDIRECTINPUTDEVICE8A iface,
}
/******************************************************************************
* GetCapabilities : get the device capab
litit
es
* GetCapabilities : get the device capab
iliti
es
*/
static
HRESULT
WINAPI
SysMouseAImpl_GetCapabilities
(
LPDIRECTINPUTDEVICE8A
iface
,
...
...
dlls/dmime/performance.c
View file @
06d429d6
...
...
@@ -239,7 +239,7 @@ static HRESULT WINAPI IDirectMusicPerformance8Impl_Init (LPDIRECTMUSICPERFORMANC
This
->
pDirectMusic
=
(
IDirectMusic8
*
)
*
ppDirectMusic
;
IDirectMusic8_AddRef
(
This
->
pDirectMusic
);
}
else
{
/* app allows the performance to initialise it
f
self and needs a pointer to object*/
/* app allows the performance to initialise itself and needs a pointer to object*/
CoCreateInstance
(
&
CLSID_DirectMusic
,
NULL
,
CLSCTX_INPROC_SERVER
,
&
IID_IDirectMusic8
,
(
void
**
)
&
This
->
pDirectMusic
);
if
(
ppDirectMusic
)
{
*
ppDirectMusic
=
(
LPDIRECTMUSIC
)
This
->
pDirectMusic
;
...
...
@@ -758,7 +758,7 @@ static HRESULT WINAPI IDirectMusicPerformance8Impl_InitAudio (LPDIRECTMUSICPERFO
IDirectMusicPerformance8Impl_Init
(
iface
,
ppDirectMusic
,
dsound
,
hWnd
);
/* Init increases the ref count of the dsound object. Decrement
e it if the app do
n't want a pointer to the object. */
/* Init increases the ref count of the dsound object. Decrement
it if the app does
n't want a pointer to the object. */
if
(
NULL
==
ppDirectSound
)
{
IDirectSound_Release
(
This
->
pDirectSound
);
}
...
...
@@ -872,7 +872,7 @@ static HRESULT WINAPI IDirectMusicPerformance8Impl_CreateStandardAudioPath (LPDI
desc
.
dwFlags
|=
DSBCAPS_CTRLFREQUENCY
;
break
;
case
DMUS_APATH_SHARED_STEREOPLUSREVERB
:
/* normally we have
t to create 2 buffers (one for music other for reverb)
/* normally we have
to create 2 buffers (one for music other for reverb)
* in this case. See msdn
*/
case
DMUS_APATH_DYNAMIC_STEREO
:
...
...
dlls/dmime/segment.c
View file @
06d429d6
...
...
@@ -175,7 +175,7 @@ static HRESULT WINAPI IDirectMusicSegment8Impl_IDirectMusicSegment8_GetTrack (LP
if
(
FALSE
==
IsEqualGUID
(
&
GUID_NULL
,
rguidType
))
{
/**
* it rguidType is not null we must check if CLSID are equals
* and the un
qiue way to get it it
s using IPersistStream Interface
* and the un
ique way to get it i
s using IPersistStream Interface
*/
hr
=
IDirectMusicTrack_QueryInterface
(
pIt
->
pTrack
,
&
IID_IPersistStream
,
(
void
**
)
&
pCLSIDStream
);
if
(
FAILED
(
hr
))
{
...
...
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