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
d73b27d8
Commit
d73b27d8
authored
May 22, 2011
by
Gerald Pfeifer
Committed by
Alexandre Julliard
May 23, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
imaadp32.acm: Remove ADPCM_drvOpen which is only a stub.
parent
c053e668
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
imaadp32.c
dlls/imaadp32.acm/imaadp32.c
+1
-9
No files found.
dlls/imaadp32.acm/imaadp32.c
View file @
d73b27d8
...
...
@@ -38,14 +38,6 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
adpcm
);
/***********************************************************************
* ADPCM_drvOpen
*/
static
LRESULT
ADPCM_drvOpen
(
LPCSTR
str
)
{
return
1
;
}
/***********************************************************************
* ADPCM_drvClose
*/
static
LRESULT
ADPCM_drvClose
(
DWORD_PTR
dwDevID
)
...
...
@@ -928,7 +920,7 @@ LRESULT CALLBACK ADPCM_DriverProc(DWORD_PTR dwDevID, HDRVR hDriv, UINT wMsg,
{
case
DRV_LOAD
:
return
1
;
case
DRV_FREE
:
return
1
;
case
DRV_OPEN
:
return
ADPCM_drvOpen
((
LPSTR
)
dwParam1
)
;
case
DRV_OPEN
:
return
1
;
case
DRV_CLOSE
:
return
ADPCM_drvClose
(
dwDevID
);
case
DRV_ENABLE
:
return
1
;
case
DRV_DISABLE
:
return
1
;
...
...
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