Started the implementation of MSACM.DLL and MSACM32.DLL.
commit29c08dd4df402e789b1c85780d3fa60ab215b0a2
authorPatrik Stridvall <ps@leissner.se>
Sun, 11 Oct 1998 17:00:29 +0000 (11 17:00 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 11 Oct 1998 17:00:29 +0000 (11 17:00 +0000)
tree684477cc739182cba4827b6ca29038daaeeb3d89
parent686db71fd51f01af8543d990cb19da6d594c761a
Started the implementation of MSACM.DLL and MSACM32.DLL.
16 files changed:
dlls/msacm/.cvsignore [new file with mode: 0644]
dlls/msacm/Makefile.in [new file with mode: 0644]
dlls/msacm/msacm_main.c [new file with mode: 0644]
dlls/msacm32/.cvsignore [new file with mode: 0644]
dlls/msacm32/Makefile.in [new file with mode: 0644]
dlls/msacm32/builtin.c [new file with mode: 0644]
dlls/msacm32/driver.c [new file with mode: 0644]
dlls/msacm32/filter.c [new file with mode: 0644]
dlls/msacm32/format.c [new file with mode: 0644]
dlls/msacm32/internal.c [new file with mode: 0644]
dlls/msacm32/msacm32_main.c [new file with mode: 0644]
dlls/msacm32/stream.c [new file with mode: 0644]
if1632/msacm.spec [new file with mode: 0644]
include/msacm.h [new file with mode: 0644]
include/msacmdrv.h [new file with mode: 0644]
relay32/msacm32.spec [new file with mode: 0644]