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
330cd693
Commit
330cd693
authored
Jun 03, 2000
by
Patrik Stridvall
Committed by
Alexandre Julliard
Jun 03, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some warnings.
parent
c97d07b0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
dsound_main.c
dlls/dsound/dsound_main.c
+2
-2
dpmi.c
msdos/dpmi.c
+1
-1
No files found.
dlls/dsound/dsound_main.c
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]
*
...
...
msdos/dpmi.c
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
"
...
...
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