Added dxdiagn.dll with a simple implementation of IDxDiagProvider.
commit033ae9219f87add3511b99c46c3a55ebe69593fd
authorRaphael Junqueira <fenix@club-internet.fr>
Fri, 16 Apr 2004 00:26:14 +0000 (16 00:26 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 16 Apr 2004 00:26:14 +0000 (16 00:26 +0000)
treeb749fe00633698f1c14ad36be179ffbc124d374f
parent186b419e02fa0e0a1055e984317a200efa8a0749
Added dxdiagn.dll with a simple implementation of IDxDiagProvider.
12 files changed:
configure
configure.ac
dlls/Makefile.in
dlls/dxdiagn/.cvsignore [new file with mode: 0644]
dlls/dxdiagn/Makefile.in [new file with mode: 0644]
dlls/dxdiagn/dxdiag_main.c [new file with mode: 0644]
dlls/dxdiagn/dxdiag_private.h [new file with mode: 0644]
dlls/dxdiagn/dxdiagn.spec [new file with mode: 0644]
dlls/dxdiagn/provider.c [new file with mode: 0644]
dlls/dxdiagn/regsvr.c [new file with mode: 0644]
dlls/dxdiagn/version.rc [new file with mode: 0644]
tools/wine.inf