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
6fea55f1
Commit
6fea55f1
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 dlls/winmm and dlls/winmm/wineoss directories.
parent
dc8d856c
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
55 additions
and
0 deletions
+55
-0
Makefile.in
Makefile.in
+3
-0
configure
configure
+4
-0
configure.in
configure.in
+2
-0
.cvsignore
dlls/winmm/.cvsignore
+1
-0
Makefile.in
dlls/winmm/Makefile.in
+13
-0
.cvsignore
dlls/winmm/wineoss/.cvsignore
+2
-0
Makefile.in
dlls/winmm/wineoss/Makefile.in
+20
-0
wineoss.spec
dlls/winmm/wineoss/wineoss.spec
+10
-0
No files found.
Makefile.in
View file @
6fea55f1
...
...
@@ -62,6 +62,8 @@ LIBSUBDIRS = \
dlls/win87em
\
dlls/winaspi
\
dlls/windebug
\
dlls/winmm
\
dlls/winmm/wineoss
\
dlls/wing
\
dlls/winspool
\
dlls/wnaspi32
\
...
...
@@ -159,6 +161,7 @@ LIBOBJS = \
dlls/win87em/win87em.o
\
dlls/winaspi/winaspi.o
\
dlls/windebug/windebug.o
\
dlls/winmm/wineoss/wineoss.o
\
dlls/wing/wing.o
\
dlls/winspool/winspool.o
\
dlls/wnaspi32/wnaspi32.o
\
...
...
configure
View file @
6fea55f1
...
...
@@ -5650,6 +5650,8 @@ dlls/win32s/Makefile
dlls/win87em/Makefile
dlls/winaspi/Makefile
dlls/windebug/Makefile
dlls/winmm/Makefile
dlls/winmm/wineoss/Makefile
dlls/wing/Makefile
dlls/winspool/Makefile
dlls/wnaspi32/Makefile
...
...
@@ -5843,6 +5845,8 @@ dlls/win32s/Makefile
dlls/win87em/Makefile
dlls/winaspi/Makefile
dlls/windebug/Makefile
dlls/winmm/Makefile
dlls/winmm/wineoss/Makefile
dlls/wing/Makefile
dlls/winspool/Makefile
dlls/wnaspi32/Makefile
...
...
configure.in
View file @
6fea55f1
...
...
@@ -857,6 +857,8 @@ dlls/win32s/Makefile
dlls/win87em/Makefile
dlls/winaspi/Makefile
dlls/windebug/Makefile
dlls/winmm/Makefile
dlls/winmm/wineoss/Makefile
dlls/wing/Makefile
dlls/winspool/Makefile
dlls/wnaspi32/Makefile
...
...
dlls/winmm/.cvsignore
0 → 100644
View file @
6fea55f1
Makefile
dlls/winmm/Makefile.in
0 → 100644
View file @
6fea55f1
DEFS
=
@DLLFLAGS@
-D__WINE__
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
winmm
all
:
$(MODULE).o
@MAKE_RULES@
### Dependencies:
dlls/winmm/wineoss/.cvsignore
0 → 100644
View file @
6fea55f1
Makefile
wineoss.spec.c
dlls/winmm/wineoss/Makefile.in
0 → 100644
View file @
6fea55f1
DEFS
=
@DLLFLAGS@
-D__WINE__
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
wineoss
SPEC_SRCS
=
\
wineoss.spec
C_SRCS
=
all
:
$(MODULE).o
@MAKE_RULES@
call32.s
:
$(BUILD)
$(BUILD)
@BUILDFLAGS@
-o
$@
-call32
### Dependencies:
dlls/winmm/wineoss/wineoss.spec
0 → 100644
View file @
6fea55f1
name wineoss
type win32
1 stdcall DriverProc(long long long long long) OSS_DriverProc
2 stdcall auxMessage(long long long long long) OSS_auxMessage
3 stdcall mixMessage(long long long long long) OSS_mixMessage
4 stdcall midMessage(long long long long long) OSS_midMessage
5 stdcall modMessage(long long long long long) OSS_modMessage
6 stdcall widMessage(long long long long long) OSS_widMessage
7 stdcall wodMessage(long long long long long) OSS_wodMessage
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