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
2b4102e4
Commit
2b4102e4
authored
Sep 22, 1999
by
Eric Pouech
Committed by
Alexandre Julliard
Sep 22, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added WINEOSS descriptor.
parent
cbb03cec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
builtin32.c
relay32/builtin32.c
+2
-0
No files found.
relay32/builtin32.c
View file @
2b4102e4
...
...
@@ -87,6 +87,7 @@ extern const BUILTIN32_DESCRIPTOR TAPI32_Descriptor;
extern
const
BUILTIN32_DESCRIPTOR
USER32_Descriptor
;
extern
const
BUILTIN32_DESCRIPTOR
VERSION_Descriptor
;
extern
const
BUILTIN32_DESCRIPTOR
W32SKRNL_Descriptor
;
extern
const
BUILTIN32_DESCRIPTOR
WINEOSS_Descriptor
;
extern
const
BUILTIN32_DESCRIPTOR
WINMM_Descriptor
;
extern
const
BUILTIN32_DESCRIPTOR
WINSPOOL_Descriptor
;
extern
const
BUILTIN32_DESCRIPTOR
WNASPI32_Descriptor
;
...
...
@@ -142,6 +143,7 @@ static BUILTIN32_DLL BuiltinDLLs[] =
{
&
W32SKRNL_Descriptor
,
0
,
0
,
NULL
},
{
&
WINMM_Descriptor
,
0
,
0
,
&
winmm_ResourceDescriptor
},
{
&
WINSPOOL_Descriptor
,
0
,
0
,
NULL
},
{
&
WINEOSS_Descriptor
,
0
,
0
,
NULL
},
{
&
WNASPI32_Descriptor
,
0
,
0
,
NULL
},
{
&
WOW32_Descriptor
,
0
,
0
,
NULL
},
{
&
WSOCK32_Descriptor
,
0
,
0
,
NULL
},
...
...
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