Authors: Stewart Caie<kyz@uklinux.net>, Jed Wing <jedwin@ugcs.caltech.edu>, Mike...
commit5f6e3c88bde5764d29edce8b1721e75e452629f8
authorAlexandre Julliard <julliard@winehq.org>
Tue, 24 Aug 2004 21:00:15 +0000 (24 21:00 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 Aug 2004 21:00:15 +0000 (24 21:00 +0000)
tree0c558c285035a4d090f066db3586607b258cba6f
parent47c94c0e4daaefe8059b2aece84054fe5bb0faec
Authors: Stewart Caie<kyz@uklinux.net>, Jed Wing <jedwin@ugcs.caltech.edu>, Mike McCormack <mike@codeweavers.com>
Added an implemenation of ITSS.DLL.
15 files changed:
configure
configure.ac
dlls/Makefile.in
dlls/itss/.cvsignore [new file with mode: 0644]
dlls/itss/Makefile.in [new file with mode: 0644]
dlls/itss/chm_lib.c [new file with mode: 0644]
dlls/itss/chm_lib.h [new file with mode: 0644]
dlls/itss/itss.c [new file with mode: 0644]
dlls/itss/itss.h [new file with mode: 0644]
dlls/itss/itss.idl [new file with mode: 0644]
dlls/itss/itss.spec [new file with mode: 0644]
dlls/itss/lzx.c [new file with mode: 0644]
dlls/itss/lzx.h [new file with mode: 0644]
dlls/itss/moniker.c [new file with mode: 0644]
dlls/itss/storage.c [new file with mode: 0644]