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
3beb1b6a
Commit
3beb1b6a
authored
Apr 21, 2010
by
Maarten Lankhorst
Committed by
Alexandre Julliard
May 03, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winealsa.drv: Remove dlopen call.
parent
1db85c13
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
waveinit.c
dlls/winealsa.drv/waveinit.c
+0
-6
No files found.
dlls/winealsa.drv/waveinit.c
View file @
3beb1b6a
...
...
@@ -972,12 +972,6 @@ LONG ALSA_WaveInit(void)
HKEY
key
=
0
;
int
i
;
if
(
!
wine_dlopen
(
"libasound.so.2"
,
RTLD_LAZY
|
RTLD_GLOBAL
,
NULL
,
0
))
{
ERR
(
"Error: ALSA lib needs to be loaded with flags RTLD_LAZY and RTLD_GLOBAL.
\n
"
);
return
-
1
;
}
/* @@ Wine registry key: HKCU\Software\Wine\Alsa Driver */
rc
=
RegOpenKeyExA
(
HKEY_CURRENT_USER
,
"Software
\\
Wine
\\
Alsa Driver"
,
0
,
KEY_QUERY_VALUE
,
&
key
);
if
(
rc
==
ERROR_SUCCESS
)
...
...
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