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
f529a5aa
Commit
f529a5aa
authored
Jul 30, 2015
by
Andrew Eikum
Committed by
Alexandre Julliard
Jul 30, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x3daudio1_7: Stub X3DAudioInitialize.
parent
fbf7046a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
main.c
dlls/x3daudio1_7/main.c
+10
-0
x3daudio1_7.spec
dlls/x3daudio1_7/x3daudio1_7.spec
+1
-1
No files found.
dlls/x3daudio1_7/main.c
View file @
f529a5aa
...
...
@@ -21,6 +21,10 @@
#include "windef.h"
#include "winbase.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
x3daudio
);
BOOL
WINAPI
DllMain
(
HINSTANCE
instance
,
DWORD
reason
,
LPVOID
reserved
)
{
switch
(
reason
)
...
...
@@ -34,3 +38,9 @@ BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved)
return
TRUE
;
}
HRESULT
CDECL
X3DAudioInitialize
(
UINT32
chanmask
,
float
speedofsound
,
void
*
handle
)
{
FIXME
(
"0x%x, %f, %p: Stub!
\n
"
,
chanmask
,
speedofsound
,
handle
);
return
S_OK
;
}
dlls/x3daudio1_7/x3daudio1_7.spec
View file @
f529a5aa
@ stub X3DAudioCalculate
@
stub X3DAudioInitialize
@
cdecl X3DAudioInitialize(long float ptr)
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