Added dlls/winmm and dlls/winmm/wineoss directories.

diff --git a/Makefile.in b/Makefile.in
index 8ca5a73..9ca6f59 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -62,6 +62,8 @@
 	dlls/win87em \
 	dlls/winaspi \
 	dlls/windebug \
+	dlls/winmm \
+	dlls/winmm/wineoss \
 	dlls/wing \
 	dlls/winspool \
 	dlls/wnaspi32 \
@@ -159,6 +161,7 @@
 	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 \
diff --git a/configure b/configure
index 71cf999..7d009d6 100755
--- a/configure
+++ b/configure
@@ -5650,6 +5650,8 @@
 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/win87em/Makefile
 dlls/winaspi/Makefile
 dlls/windebug/Makefile
+dlls/winmm/Makefile
+dlls/winmm/wineoss/Makefile
 dlls/wing/Makefile
 dlls/winspool/Makefile
 dlls/wnaspi32/Makefile
diff --git a/configure.in b/configure.in
index 4085e0d..6007c52 100644
--- a/configure.in
+++ b/configure.in
@@ -857,6 +857,8 @@
 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
diff --git a/dlls/winmm/.cvsignore b/dlls/winmm/.cvsignore
new file mode 100644
index 0000000..f3c7a7c
--- /dev/null
+++ b/dlls/winmm/.cvsignore
@@ -0,0 +1 @@
+Makefile
diff --git a/dlls/winmm/Makefile.in b/dlls/winmm/Makefile.in
new file mode 100644
index 0000000..09e0c33
--- /dev/null
+++ b/dlls/winmm/Makefile.in
@@ -0,0 +1,13 @@
+DEFS      = @DLLFLAGS@ -D__WINE__
+TOPSRCDIR = @top_srcdir@
+TOPOBJDIR = ../..
+SRCDIR    = @srcdir@
+VPATH     = @srcdir@
+MODULE    = winmm
+
+all: $(MODULE).o
+
+@MAKE_RULES@
+
+### Dependencies:
+
diff --git a/dlls/winmm/wineoss/.cvsignore b/dlls/winmm/wineoss/.cvsignore
new file mode 100644
index 0000000..d30434f
--- /dev/null
+++ b/dlls/winmm/wineoss/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+wineoss.spec.c
diff --git a/dlls/winmm/wineoss/Makefile.in b/dlls/winmm/wineoss/Makefile.in
new file mode 100644
index 0000000..7e2d45b
--- /dev/null
+++ b/dlls/winmm/wineoss/Makefile.in
@@ -0,0 +1,20 @@
+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:
diff --git a/dlls/winmm/wineoss/wineoss.spec b/dlls/winmm/wineoss/wineoss.spec
new file mode 100644
index 0000000..9db4461
--- /dev/null
+++ b/dlls/winmm/wineoss/wineoss.spec
@@ -0,0 +1,10 @@
+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