Added stubs for dpnhpast and for all the dmusic dlls.
commit3dec4c5219da46812e47393acd6da0fae28c0603
authorRok Mandeljc <rokmandeljc@hotmail.com>
Tue, 8 Apr 2003 03:56:04 +0000 (8 03:56 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 8 Apr 2003 03:56:04 +0000 (8 03:56 +0000)
tree170461ae1ae6dad02dbb6e518c4994eac62a96c9
parent74a66ff99d051c8431061cfb4daa1a8bf379f36a
Added stubs for dpnhpast and for all the dmusic dlls.
54 files changed:
configure
configure.ac
dlls/Makefile.in
dlls/dmband/.cvsignore [new file with mode: 0644]
dlls/dmband/Makefile.in [new file with mode: 0644]
dlls/dmband/dmband.spec [new file with mode: 0644]
dlls/dmband/dmband_main.c [new file with mode: 0644]
dlls/dmband/version.rc [copied from libs/uuid/dxguid.c with 62% similarity]
dlls/dmcompos/.cvsignore [new file with mode: 0644]
dlls/dmcompos/Makefile.in [new file with mode: 0644]
dlls/dmcompos/dmcompos.spec [new file with mode: 0644]
dlls/dmcompos/dmcompos_main.c [new file with mode: 0644]
dlls/dmcompos/version.rc [copied from libs/uuid/dxguid.c with 62% similarity]
dlls/dmime/.cvsignore [new file with mode: 0644]
dlls/dmime/Makefile.in [new file with mode: 0644]
dlls/dmime/dmime.spec [new file with mode: 0644]
dlls/dmime/dmime_main.c [new file with mode: 0644]
dlls/dmime/version.rc [copied from libs/uuid/dxguid.c with 62% similarity]
dlls/dmloader/.cvsignore [new file with mode: 0644]
dlls/dmloader/Makefile.in [new file with mode: 0644]
dlls/dmloader/dmloader.spec [new file with mode: 0644]
dlls/dmloader/dmloader_main.c [new file with mode: 0644]
dlls/dmloader/version.rc [copied from libs/uuid/dxguid.c with 62% similarity]
dlls/dmscript/.cvsignore [new file with mode: 0644]
dlls/dmscript/Makefile.in [new file with mode: 0644]
dlls/dmscript/dmscript.spec [new file with mode: 0644]
dlls/dmscript/dmscript_main.c [new file with mode: 0644]
dlls/dmscript/version.rc [copied from libs/uuid/dxguid.c with 62% similarity]
dlls/dmstyle/.cvsignore [new file with mode: 0644]
dlls/dmstyle/Makefile.in [new file with mode: 0644]
dlls/dmstyle/dmstyle.spec [new file with mode: 0644]
dlls/dmstyle/dmstyle_main.c [new file with mode: 0644]
dlls/dmstyle/version.rc [copied from libs/uuid/dxguid.c with 62% similarity]
dlls/dmsynth/.cvsignore [new file with mode: 0644]
dlls/dmsynth/Makefile.in [new file with mode: 0644]
dlls/dmsynth/dmsynth.spec [new file with mode: 0644]
dlls/dmsynth/dmsynth_main.c [new file with mode: 0644]
dlls/dmsynth/version.rc [copied from libs/uuid/dxguid.c with 62% similarity]
dlls/dmusic32/.cvsignore [new file with mode: 0644]
dlls/dmusic32/Makefile.in [new file with mode: 0644]
dlls/dmusic32/dmusic32.spec [new file with mode: 0644]
dlls/dmusic32/dmusic32_main.c [new file with mode: 0644]
dlls/dmusic32/version.rc [copied from libs/uuid/dxguid.c with 62% similarity]
dlls/dpnhpast/.cvsignore [new file with mode: 0644]
dlls/dpnhpast/Makefile.in [new file with mode: 0644]
dlls/dpnhpast/dpnhpast.spec [new file with mode: 0644]
dlls/dpnhpast/main.c [new file with mode: 0644]
dlls/dpnhpast/version.rc [copied from libs/uuid/dxguid.c with 62% similarity]
include/Makefile.in
include/dmplugin.h [new file with mode: 0644]
include/dmusicf.h [new file with mode: 0644]
include/dmusici.h [new file with mode: 0644]
include/dmusics.h [new file with mode: 0644]
libs/uuid/dxguid.c