Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jason Beetham
wine
Commits
330cd693
Commit
330cd693
authored
24 years ago
by
Patrik Stridvall
Committed by
Alexandre Julliard
24 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixed some warnings.
parent
c97d07b0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dlls/dsound/dsound_main.c
+2
-2
2 additions, 2 deletions
dlls/dsound/dsound_main.c
msdos/dpmi.c
+1
-1
1 addition, 1 deletion
msdos/dpmi.c
with
3 additions
and
3 deletions
dlls/dsound/dsound_main.c
+
2
−
2
View file @
330cd693
...
...
@@ -232,14 +232,14 @@ static int DSOUND_setformat(LPWAVEFORMATEX wfex);
static
void
DSOUND_CheckEvent
(
IDirectSoundBufferImpl
*
dsb
,
int
len
);
static
void
DSOUND_CloseAudio
(
void
);
#endif
static
HRESULT
DSOUND_CreateDirectSoundCapture
(
LPVOID
*
ppobj
);
static
HRESULT
DSOUND_CreateDirectSoundCaptureBuffer
(
LPCDSCBUFFERDESC
lpcDSCBufferDesc
,
LPVOID
*
ppobj
);
static
ICOM_VTABLE
(
IDirectSoundCapture
)
dscvt
;
static
ICOM_VTABLE
(
IDirectSoundCaptureBuffer
)
dscbvt
;
#endif
/***************************************************************************
* DirectSoundEnumerateA [DSOUND.2]
*
...
...
This diff is collapsed.
Click to expand it.
msdos/dpmi.c
+
1
−
1
View file @
330cd693
...
...
@@ -213,9 +213,9 @@ static void DPMI_CallRMCBProc( CONTEXT86 *context, RMCB *rmcb, WORD flag )
* It is the proc's responsibility to change the return CS:IP in the
* real-mode call structure. */
if
(
flag
&
1
)
{
int
_clobber
;
/* 32-bit DPMI client */
#if HAVE_FIXED_BROKEN_ASSEMBLER_BELOW
int
_clobber
;
__asm__
__volatile__
(
"pushl %%es
\n
"
"pushl %%ds
\n
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment